Cargo Features
[dependencies]
rain-metadata = { version = "0.0.2-alpha.6", default-features = false, features = ["cli", "json-schema", "tokio-full"] }
- default = cli
-
The
cli
feature is set by default wheneverrain-metadata
is added without
somewhere in the dependency tree.default-features = false - cli default tokio-full? = json-schema
-
Enables clap, tokio, tracing, and tracing-subscriber
Affects
rain-metadata::cli
…Required by the binary
- json-schema cli
-
Enables schemars
- tokio-full = cli
-
tokio:
enable everything