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 default-features = false somewhere in the dependency tree.

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

Enables anyhow and clap

Required by the simple-conddb binary