Cargo Features
[dependencies]
hayagriva = { version = "0.8.0", default-features = false, features = ["cli", "archive", "csl-json", "biblatex"] }
- default = archive, biblatex
-
These default features are set whenever
hayagriva
is added without
somewhere in the dependency tree.default-features = false - cli = clap, strum
-
Required by the binary
- archive default = ciborium
-
Affects
csl::archive
… - csl-json
-
Enables json of citationberg
citationberg:
adds support for CSL-json parsing
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.