Cargo Features
[dependencies]
lrzcc-cli = { version = "1.3.0", default-features = false, features = ["all", "accounting", "budgeting", "hello", "pricing", "quota", "resources", "user"] }
- default = all
-
The
all
feature is set by default wheneverlrzcc-cli
is added without
somewhere in the dependency tree.default-features = false - all default = accounting, budgeting, hello, pricing, quota, resources, user
- accounting all
-
Enables accounting of lrzcc
- budgeting all
- hello all
- pricing all
- quota all
- resources all
- user all
lrzcc-cli has 9 features without comments.