Cargo Features
multitool-hg has no features set by default.
[dependencies]
multitool-hg = { version = "0.1.3", features = ["full", "logger", "database", "rediska"] }
- full = database, logger, rediska
- logger full? = clap, env_logger, log, serde, tracing-subscriber
-
Affects
multitool-hg::logger
… - database full? = anyhow, log, serde, sqlx, tokio
-
Affects
multitool-hg::database
… - rediska full? = anyhow, bb8, bb8-redis, redis, serde, tokio
-
Affects
multitool-hg::rediska
…
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.