Cargo Features
[dependencies]
libcw = { version = "0.1.1", default-features = false, features = ["parser", "mars"] }
- default = mars, parser
-
These default features are set whenever
libcw
is added without
somewhere in the dependency tree.default-features = false - parser default = lazy_static, regex
-
Affects
libcw::parser
… - mars default
-
Affects
libcw::simulation
…
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.
- regex parser
-
Enables regex ^0.2
- lazy_static parser
-
Enables lazy_static ^0.2