# 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 = "randn" version = "0.1.12" authors = ["John Stevens"] description = "A package to populate nalgebra's vector, matrix and vector of matrices with standard normal random variables in parallel." readme = "README.md" keywords = [ "nalgebra", "Random_Normal", "Vector", "Matrix", "Matrices", ] categories = ["Finance"] license = "MIT OR Apache-2.0" repository = "https://github.com/j-h-stevens/randn" [lib] doctest = false [[bench]] name = "benchmarks" harness = false [dependencies.criterion] version = "0.5.1" [dependencies.nalgebra] version = "0.32.3" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.rayon] version = "1.8"