Cargo Features

[dependencies]
gerrit-grr = { version = "3.1.1", default-features = false, features = ["cli"] }
default = cli

The cli feature is set by default whenever gerrit-grr is added without default-features = false somewhere in the dependency tree.

cli default = clap, env_logger, git2, log, rustc-simple-version, tokio

Required by the grr binary

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.

clap cli

Enables clap ^2.33.1

cli dependencies

env_logger cli

Enables env_logger ^0.6.0

log cli
git2 cli

Enables git2 ^0.13.6

rustc-simple-version cli
tokio cli