# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "random_number_generators" version = "0.2.0" authors = ["Malcolm Ramsay "] description = "A command line tool to compare a range of PRNGs." readme = "README.md" keywords = ["random", "PRNG"] categories = ["command-line-utilities", "science"] license = "MIT" repository = "https://github.com/malramsay64/random_number_generators" [dependencies.clap] version = "~2.33" [dependencies.itertools] version = "~0.8.0" [dependencies.rand] version = "~0.7.0" [dependencies.rand_core] version = "~0.5.0" [dependencies.rand_lcg] version = "0.1" [dependencies.rand_pcg] version = "~0.2.0" [dependencies.rand_xorshift] version = "~0.2.0" [dependencies.rand_xoshiro] version = "~0.3.1" [dependencies.sfmt] version = "0.6.0" default-features = false