# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lhef" version = "0.6.0" authors = ["Andreas Maier "] description = "Read and write files in the Les Houches Event File format" readme = "Readme.md" keywords = [ "physics", "parser", ] categories = [ "science", "parser-implementations", ] license = "GPL-3.0-or-later" repository = "https://github.com/a-maier/lhef" [[bench]] name = "benchmarks" harness = false [dependencies.fast-float] version = "0.2" [dependencies.itertools] version = "0.11" [dependencies.ryu] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.xmltree] version = "0.9" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.flate2] version = "1.0"