Cargo Features
[dependencies]
jbonsai = { version = "0.1.1", default-features = false, features = ["binary", "htsvoice"] }
-
default
=
htsvoice
-
The htsvoice
feature is set by default
whenever jbonsai
is added without default-features = false
somewhere in the dependency tree.
-
binary
=
htsvoice
-
Enables
hound
-
htsvoice
default
binary?
-
Enables
nom
Affects
model::load_htsvoice_file
…