Cargo Features

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

The all feature is set by default whenever lrzcc-api 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-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.