Cargo Features

GIFt has no features set by default.

[dependencies]
gift = { version = "0.10.6", features = ["cmd"] }
cmd = clap, env_logger, termcolor

Required by the 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 cmd?

Enables clap ^2.33

NOTE: for cmd only -- library has no optional features

env_logger cmd?

Enables env_logger ^0.9

termcolor cmd?