Cargo Features

[dependencies]
avery = { version = "0.6.0", default-features = false, features = ["ntuple", "stripper-xml", "hepmc2", "lhef"] }
default = hepmc2, lhef

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

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.

ntuple implicit feature

Enables ntuple

ntuple:

Read and write ntuple ROOT files

Affects avery::ntuple

stripper-xml implicit feature

Enables stripper-xml

stripper-xml:

(De-)Serialisation for the XML format used by STRIPPER

Affects avery::stripper_xml

hepmc2 default

Enables hepmc2 ^0.6

Affects avery::hepmc2

lhef default

Affects avery::lhef