Cargo Features
[dependencies]
conch-runtime = { version = "0.1.6", default-features = false, features = ["top-level", "clippy"] }
- default = conch-parser, top-level
-
These default features are set whenever
conch-runtime
is added without
somewhere in the dependency tree.default-features = false - top-level default = conch-parser
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.
- conch-parser default top-level
-
Affects
eval::ast_impl
,spawn::ast_impl
… - clippy implicit feature
-
Enables clippy
clippy:
A bunch of helpful lints to avoid common pitfalls in Rust