Cargo Features

[dependencies]
hayagriva = { version = "0.5.2", default-features = false, features = ["cli", "archive", "csl-json", "biblatex"] }
default = archive, biblatex

These default features are set whenever hayagriva is added without default-features = false somewhere in the dependency tree.

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.

biblatex default

Affects io::BibLaTeXError, io::from_biblatex_str, io::from_biblatex

ciborium archive
clap cli?
strum cli?