# 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 = "pcg-mwc" version = "0.2.1" authors = ["Tom Kaitchuck "] description = "A fast non-cryptographic psudo random number generator" documentation = "https://docs.rs/pcg-mwc" readme = "README.md" keywords = ["prng", "random", "rand", "pcg", "mwc"] categories = ["algorithms", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/tkaitchuck/Mwc256XXA64" [dependencies.rand_core] version = "0.6.2" [dependencies.serde] version = "1" features = ["derive"] optional = true [features] serde1 = ["serde"]