Cargo Features
[dependencies]
event-file-reader = { version = "0.4.0", default-features = false, features = ["all", "hepmc2", "lhef", "ntuple", "bzip2", "lz4", "lz4_flex", "flate2", "zstd"] }
- default = flate2, hepmc2, lhef, zstd
-
These default features are set whenever
event-file-reader
is added without
somewhere in the dependency tree.default-features = false - all = bzip2, lz4_flex, ntuple
- hepmc2 default
- lhef default
- ntuple all?
- bzip2 all?
- lz4
- lz4_flex all?
- flate2 default
- zstd default
EventFileReader has 10 features without comments.