Cargo Features
[dependencies]
racer = { version = "2.2.2", default-features = false, features = ["metadata", "nightly"] }
- default = metadata
-
The
metadata
feature is set by default wheneverracer
is added without
somewhere in the dependency tree.default-features = false - metadata default = lazycell, racer-cargo-metadata
-
Required by the binary
- nightly
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.