Cargo Features
[dependencies]
simple_conddb = { version = "0.1.0", default-features = false, features = ["fs", "git", "json", "cli"] }
- default = fs, git, json
-
These default features are set whenever
simple_conddb
is added without
somewhere in the dependency tree.default-features = false - fs default
-
Affects
simple_conddb::fs
…Required by the simple-conddb binary
- git default
-
Enables gix ^0.70.0
Affects
simple_conddb::git
…Required by the simple-conddb binary
- json default
-
Enables serde_json
Affects
simple_conddb::json
… - cli
-
Required by the simple-conddb binary