hepmc2 0.7.0

Read and write files in the HepMC2 format
Documentation
[[bench]]
harness = false
name = "benchmark"

[dependencies.hepmc2-macros]
version = "0.1.0"

[dependencies.log]
version = "0.4"

[dependencies.maybe-async]
version = "0.2"

[dependencies.nom]
version = "7"

[dependencies.ryu]
version = "1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.strum]
features = ["derive"]
version = "0.26"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["io-util", "rt-multi-thread"]
optional = true
version = "1.35"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.rand]
version = "0.8.4"

[dev-dependencies.rand_xoshiro]
version = "0.6.0"

[dev-dependencies.tokio]
features = ["rt", "macros", "fs"]
version = "1.35.1"

[dev-dependencies.tokio-test]
version = "0.4.3"

[features]
default = ["sync"]
sync = ["hepmc2-macros/sync", "maybe-async/is_sync"]
tokio = ["hepmc2-macros/tokio", "dep:tokio"]

[package]
authors = ["Andreas Maier <andreas.martin.maier@desy.de>"]
categories = ["science", "parser-implementations"]
description = "Read and write files in the HepMC2 format"
edition = "2021"
keywords = ["physics", "parser"]
license = "GPL-3.0-or-later"
name = "hepmc2"
readme = "Readme.md"
repository = "https://github.com/a-maier/hepmc2"
version = "0.7.0"