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 default-features = false somewhere in the dependency tree.

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