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

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

Enables full of tokio

tokio:

enable everything