# 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 = "jetty" version = "0.4.1" authors = ["Andreas Maier "] exclude = [ "data", "examples/bench*", ] description = "Jet clustering" readme = "Readme.md" keywords = [ "physics", "jets", ] categories = ["science"] license = "GPL-3.0-or-later" repository = "https://github.com/a-maier/jetty" [dependencies.indexmap] version = "2.0" [dependencies.itertools] version = "0.11" [dependencies.log] version = "0.4" [dependencies.noisy_float] version = "0.2" [dependencies.num-traits] version = "0.2" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.cpu-time] version = "1.0" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.rmp-serde] version = "1.1" [dev-dependencies.zstd] version = "0.12"