# 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 = "2018" name = "ndarray-stats" version = "0.6.0" authors = [ "Jim Turner ", "LukeMathWalker ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Statistical routines for ArrayBase, the n-dimensional array data structure provided by ndarray." documentation = "https://docs.rs/ndarray-stats/" readme = "README.md" keywords = [ "array", "multidimensional", "statistics", "matrix", "ndarray", ] categories = [ "data-structures", "science", ] license = "MIT/Apache-2.0" repository = "https://github.com/rust-ndarray/ndarray-stats" [lib] name = "ndarray_stats" path = "src/lib.rs" [[test]] name = "deviation" path = "tests/deviation.rs" [[test]] name = "maybe_nan" path = "tests/maybe_nan.rs" [[test]] name = "quantile" path = "tests/quantile.rs" [[test]] name = "sort" path = "tests/sort.rs" [[test]] name = "summary_statistics" path = "tests/summary_statistics.rs" [[bench]] name = "deviation" path = "benches/deviation.rs" harness = false [[bench]] name = "sort" path = "benches/sort.rs" harness = false [[bench]] name = "summary_statistics" path = "benches/summary_statistics.rs" harness = false [dependencies.indexmap] version = "2.4" [dependencies.itertools] version = "0.13" default-features = false [dependencies.ndarray] version = "0.16.0" [dependencies.noisy_float] version = "0.2.0" [dependencies.num-integer] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.3" [dev-dependencies.approx] version = "0.5" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.ndarray] version = "0.16.1" features = ["approx"] [dev-dependencies.ndarray-rand] version = "0.15.0" [dev-dependencies.num-bigint] version = "0.4.0" [dev-dependencies.quickcheck] version = "0.9.2" default-features = false [dev-dependencies.quickcheck_macros] version = "1.0.0"