Cargo Features
[dependencies]
julian = { version = "0.5.0", default-features = false, features = ["cli", "gentests", "chrono"] }
- default = cli
-
The
cli
feature is set by default wheneverjulian
is added without
somewhere in the dependency tree.default-features = false - cli default
-
Enables lexopt
Required by the binary
- gentests
-
Enables anyhow, csv, and serde
Required by the gentests binary