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

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