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 whenever anathema is added without default-features = false somewhere in the dependency tree.

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.

log logging?
serde_json serde-json?