# 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" rust-version = "1.59.0" name = "ndhistogram" version = "0.9.0" authors = ["David Hadley "] description = "multi-dimensional histogramming for Rust" readme = "README.md" keywords = [ "histogram", "statistics", "data", "analysis", "multidimensional", ] categories = [ "science", "mathematics", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/davehadley/ndhistogram" resolver = "1" [package.metadata.docs.rs] all-features = true [lib] bench = false [[bench]] name = "bench_fill" harness = false [dependencies.num-traits] version = "0.2.14" [dependencies.rayon] version = "1.6.1" optional = true [dependencies.serde] version = "1.0.120" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.3.4" features = ["html_reports"] [dev-dependencies.paste] version = "1.0.4" [dev-dependencies.rand] version = "0.8.0" [dev-dependencies.rand_distr] version = "0.4.0" [dev-dependencies.rstest] version = "0.12" [dev-dependencies.serde_json] version = "1.0.61" [dev-dependencies.version-sync] version = "0.9.1" [features] default = []