LukeMathWalker / pavex

An easy-to-use Rust framework for building robust and performant APIs
https://pavex.dev
Apache License 2.0
1.74k stars 59 forks source link

Feature gate tokio net feature for pavex behind server feature #324

Closed benwis closed 2 months ago

benwis commented 3 months ago

To aid in wasm dependency resolution for the pavex crate, I've moved the net feature for tokio behind the server flag

LukeMathWalker commented 3 months ago

This works nicely, but I think we want to check in CI that pavex compiles to WASM with default features disabled—that's the actual property we want to enforce.