Cargo Features
[dependencies]
network_helpers_sv2 = { version = "3.0.0", default-features = false, features = ["with_buffer_pool", "sv1", "async-std", "async-channel", "binary_sv2"] }
- default = async-channel, binary_sv2, codec_sv2
-
These default features are set whenever
network_helpers_sv2
is added without
somewhere in the dependency tree.default-features = false - with_buffer_pool
-
Enables with_buffer_pool of codec_sv2
- sv1 = serde_json, sv1_api, tokio-util
-
Affects
network_helpers_sv2::sv1_connection
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- async-std implicit feature
-
Enables async-std
async-std:
Deprecated in favor of
smol
- Async version of the Rust standard library - async-channel default
-
Enables async-channel ^1.8.0
- binary_sv2 default
- codec_sv2 default with_buffer_pool?
- sv1_api sv1?
- tokio-util sv1?
- serde_json sv1?