streambed / streambed-rs

Event driven services toolkit
Apache License 2.0
31 stars 5 forks source link

Constain dependency feature flags further #48

Closed huntc closed 9 months ago

huntc commented 9 months ago

Provides a more restrictive set of features for tokio aimed at WASM as the minimum. Also makes reqwest optional in the core crate so that we do not pull in TLS dependencies.