Cargo Features

[dependencies]
lrzcc-cli = { version = "1.1.1", default-features = false, features = ["all", "accounting", "budgeting", "hello", "pricing", "quota", "resources", "user"] }
default = all

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

all default = accounting, budgeting, hello, pricing, quota, resources, user
accounting all

Enables accounting of lrzcc

budgeting all

Enables budgeting of lrzcc

hello all

Enables hello of lrzcc

pricing all

Enables pricing of lrzcc

quota all

Enables quota of lrzcc

resources all

Enables resources of lrzcc

user all

Enables user of lrzcc

lrzcc-cli has 9 features without comments.