Cargo Features
[dependencies]
lrzcc-api = { version = "0.3.0", default-features = false, features = ["all", "accounting", "budgeting", "hello", "pricing", "quota", "resources", "user"] }
- default = all
-
The
all
feature is set by default wheneverlrzcc-api
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-wire
- budgeting all
-
Enables budgeting of lrzcc-wire
- hello all
-
Enables hello of lrzcc-wire
- pricing all
-
Enables pricing of lrzcc-wire
- quota all
-
Enables quota of lrzcc-wire
- resources all
-
Enables resources of lrzcc-wire
- user all
-
Enables user of lrzcc-wire
lrzcc-api has 9 features without comments.