# 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-rand" version = "0.15.0" authors = ["bluss"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Constructors for randomized arrays. `rand` integration for `ndarray`." documentation = "https://docs.rs/ndarray-rand/" readme = "README.md" keywords = [ "multidimensional", "matrix", "rand", "ndarray", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-ndarray/ndarray" [package.metadata.release] no-dev-version = true tag-name = "ndarray-rand-{{version}}" [lib] name = "ndarray_rand" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [[bench]] name = "bench" path = "benches/bench.rs" [dependencies.ndarray] version = "0.16" [dependencies.quickcheck] version = "1.0" optional = true default-features = false [dependencies.rand] version = "0.8.0" features = ["small_rng"] [dependencies.rand_distr] version = "0.4.0" [dev-dependencies.quickcheck] version = "1.0" default-features = false [dev-dependencies.rand_isaac] version = "0.3.0"