Cargo Features
[dependencies]
roci = { version = "0.4.0", default-features = false, features = ["std", "csv", "tokio"] }
- default = csv, std
-
These default features are set whenever
roci
is added without
somewhere in the dependency tree.default-features = false - std default tokio?
-
Affects
roci::metadata
… - csv default = serde
-
Enables csv
Affects
roci::csv
… - tokio = fastrand, std, tokio-stream, tokio-util
-
Enables std and tokio of impeller and tokio
async
Affects
roci::tokio
…
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.