Cargo Features
[dependencies]
basispoort-sync-client = { version = "0.6.1", default-features = false, features = ["institutions", "hosted-license-provider"] }
- default = hosted-license-provider, institutions
-
These default features are set whenever
basispoort-sync-client
is added without
somewhere in the dependency tree.default-features = false - institutions default
-
Enables chrono
Affects
basispoort-sync-client::institutions
… - hosted-license-provider default
-
Affects
basispoort-sync-client::hosted_license_provider
…