# 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 = "truncnorm" version = "0.5.1" authors = ["Eleanor Quint "] exclude = [".github", "src/profile_main.rs"] description = "Normal and Truncated Normal distributions" readme = "README.md" keywords = ["ndarray", "statistics", "mathematics", "random", "probability"] categories = ["algorithms", "simulation", "science"] license = "MIT" repository = "https://github.com/drkwint/truncnorm-rs" resolver = "2" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] [dependencies.argmin] version = "^0.5.1" features = ["ndarrayl"] [dependencies.blas-src] version = "^0.8.0" features = ["openblas"] optional = true [dependencies.ndarray] version = "^0.15.4" [dependencies.ndarray-linalg] version = "^0.14.1" [dependencies.ndarray-rand] version = "^0.14.0" [dependencies.ndarray-stats] version = "^0.5.0" [dependencies.num] version = "^0.4.0" [dependencies.openblas-src] version = "0.10.4" features = ["cblas", "system"] optional = true [dependencies.rand] version = "^0.8.5" [dependencies.serde] version = "^1.0.136" [dependencies.statrs] version = "^0.15.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.proptest-derive] version = "0.2.0" [build-dependencies.bindgen] version = "^0.59.2" [build-dependencies.cc] version = "^1.0.73" [features] intel-mkl = ["ndarray-linalg/intel-mkl"] openblas-system = ["ndarray/blas", "blas-src", "openblas-src", "ndarray-linalg/openblas-system"]