Cargo Features
[dependencies]
yamcts = { version = "0.1.0", default-features = false, features = ["multi-threaded", "nanorand", "chrono"] }
- default = chrono, multi-threaded, nanorand
-
These default features are set whenever
yamcts
is added without
somewhere in the dependency tree.default-features = false - multi-threaded default = num_cpus
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.
- nanorand default
- chrono default
- num_cpus multi-threaded