Cargo Features
[dependencies]
prosto = { version = "0.6.4", default-features = false, features = ["enable-async"] }
- default = enable-async
-
The
enable-async
feature is set by default wheneverprosto
is added without
somewhere in the dependency tree.default-features = false - enable-async default = anyhow, futures
-
Affects
compress::stream
,decompress::stream
,prosto::StreamError
…
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.