# 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" rust-version = "1.61" name = "rand_pcg" version = "0.9.0-alpha.2" authors = ["The Rand Project Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Selected PCG random number generators """ homepage = "https://rust-random.github.io/book" documentation = "https://docs.rs/rand_pcg" readme = "README.md" keywords = [ "random", "rng", "pcg", ] categories = [ "algorithms", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-random/rand" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--generate-link-to-definition"] [lib] name = "rand_pcg" path = "src/lib.rs" [[test]] name = "lcg128cmdxsm64" path = "tests/lcg128cmdxsm64.rs" [[test]] name = "lcg128xsl64" path = "tests/lcg128xsl64.rs" [[test]] name = "lcg64xsh32" path = "tests/lcg64xsh32.rs" [[test]] name = "mcg128xsl64" path = "tests/mcg128xsl64.rs" [dependencies.rand_core] version = "=0.9.0-alpha.2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.bincode] version = "1.1.4" [dev-dependencies.rand_core] version = "=0.9.0-alpha.2" features = ["getrandom"] [features] getrandom = ["rand_core/getrandom"] serde = ["dep:serde"]