# 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] name = "mersenne_twister" version = "1.1.1" authors = ["David Creswick "] include = ["**/*.rs", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md"] description = "Mersenne Twister pseudorandom number generator" documentation = "https://docs.rs/mersenne_twister/" readme = "README.md" keywords = ["random", "rand", "rng", "algorithm", "mersenne"] license = "MIT/Apache-2.0" repository = "https://github.com/dcrewi/rust-mersenne-twister" [dependencies.rand] version = ">=0.3, <0.5" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "dcrewi/rust-mersenne-twister"