# 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 = "avery" version = "0.7.0" authors = ["Andreas Maier "] description = "A scattering event format for converting between other formats" keywords = ["physics"] categories = ["science"] license = "GPL-3.0-or-later" repository = "https://github.com/a-maier/avery" [dependencies.ahash] version = "0.8" [dependencies.hepmc2] version = "0.7" optional = true [dependencies.itertools] version = "0.13" [dependencies.lhef] version = "0.6" optional = true [dependencies.ntuple] version = "0.9" optional = true [dependencies.particle_id] version = "0.5" [dependencies.petgraph] version = "0.6" [dependencies.stripper-xml] version = "0.5" optional = true [features] default = [ "lhef", "hepmc2", ]