Cargo Features
[dependencies]
cres = { version = "0.7.1", default-features = false, features = ["multiweight", "hardware-lock-elision", "lhef", "ntuple", "stripper-xml", "capi"] }
- default = hardware-lock-elision, lhef, multiweight
-
These default features are set whenever
cres
is added without
somewhere in the dependency tree.default-features = false - multiweight default capi?
-
Affects
event::Weights
… - hardware-lock-elision default
-
Enables hardware-lock-elision of parking_lot
- lhef default
-
Affects
cres::lhef
… - ntuple
-
Enables bindgen ^0.69, cc, and ntuple ^0.8
Affects
cres::ntuple
… - stripper-xml = quick-xml
-
Enables stripper-xml
Affects
cres::stripper_xml
… - capi = multiweight
-
Affects
cres::c_api
…
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.
- quick-xml stripper-xml?
-
Enables quick-xml ^0.31