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 default-features = false somewhere in the dependency tree.

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, cc, and ntuple

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?