Cargo Features

[dependencies]
nosyman = { version = "0.2.2", default-features = false, features = ["nosyman", "cli"] }
default = nosyman

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

nosyman default = cli

Required by the binary

cli nosyman = atty, structopt

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.

atty cli?
structopt cli?