Cargo Features
[dependencies]
anathema = { version = "0.1.1-alpha", default-features = false, features = ["widgets", "templates", "runtime", "logging", "flume", "serde-json"] }
- default = runtime
-
The
runtime
feature is set by default wheneveranathema
is added without
somewhere in the dependency tree.default-features = false - widgets templates?
-
Affects
anathema::widgets
… - templates runtime = widgets
-
Affects
anathema::templates
… - runtime default = templates
-
Affects
anathema::runtime
… - logging = log
- flume
-
Enables flume ^0.10.14
Affects
appstate::Sender
… - serde-json = serde_json
-
Affects
value::json
…
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.