Cargo Features
[dependencies]
stretto = { version = "0.8.4", default-features = false, features = ["full", "async", "sync", "serde"] }
- default = sync
-
The
sync
feature is set by default wheneverstretto
is added without
somewhere in the dependency tree.default-features = false - full = async, serde, sync
- async full? = async-channel, async-io
-
Affects
ring::AsyncRingStripe
… - sync default full? = crossbeam-channel
-
Affects
ring::RingStripe
… - serde full?
-
Enables serde and serde_json
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.