Cargo Features
[dependencies]
avery = { version = "0.7.1", default-features = false, features = ["ntuple", "stripper-xml", "hepmc2", "lhef"] }
- default = hepmc2, lhef
-
These default features are set whenever
averyis added withoutsomewhere in the dependency tree.default-features = false
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 ^0.9
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
-
Affects
avery::hepmc2… - lhef default
-
Affects
avery::lhef…