# 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 = "stripper-xml" version = "0.5.0" authors = ["Andreas Maier "] description = "(De-)Serialisation for the XML format used by STRIPPER" keywords = ["physics"] categories = [ "science", "parser-implementations", ] license = "GPL-3.0-or-later" repository = "https://github.com/a-maier/stripper-xml" [dependencies.hepmc2] version = "0.6" optional = true [dependencies.itertools] version = "0.12" [dependencies.particle_id] version = "0.5" features = ["serde"] [dependencies.quick-xml] version = "0.31" features = ["serialize"] [dependencies.serde] version = "1.0" features = ["serde_derive"] [dependencies.serde_repr] version = "0.1" [dependencies.strum] version = "0.25" features = [ "derive", "strum_macros", ] [dependencies.thiserror] version = "1.0"