Cargo Features
[dependencies]
impedance = { version = "0.3.0", default-features = false, features = ["async-std-experimental", "rayon", "thiserror", "tokio"] }
- default = tokio
-
The
tokio
feature is set by default wheneverimpedance
is added without
somewhere in the dependency tree.default-features = false - async-std-experimental = async-std, futures
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 async-std-experimental?
- futures async-std-experimental?
- rayon implicit feature
-
Enables rayon
rayon:
Simple work-stealing parallelism for Rust
Affects
impedance::rayon
… - thiserror implicit feature
-
Enables thiserror ^1.0.25
thiserror:
derive(Error)
- tokio default
-
Affects
impedance::rayon
…