Cargo Features
[dependencies]
hepmc2 = { version = "0.7.0", default-features = false, features = ["sync", "tokio"] }
- default = sync
-
The
sync
feature is set by default wheneverhepmc2
is added without
somewhere in the dependency tree.default-features = false - sync default
-
Enables sync of hepmc2-macros, is_sync of maybe-async
- tokio
-
Enables tokio, tokio of hepmc2-macros
HepMC2 has 3 features without comments.