# 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 = "2018" name = "quad-rand" version = "0.2.3" authors = ["not-fl3 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Pseudo random implementation with core atomics. """ homepage = "https://github.com/not-fl3/quad-rand" readme = "README.md" license = "MIT" repository = "https://github.com/not-fl3/quad-rand" [package.metadata.docs.rs] all-features = true [lib] name = "quad_rand" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "basic_with_state" path = "examples/basic_with_state.rs" [[example]] name = "compat" path = "examples/compat.rs" required-features = ["rand"] [[example]] name = "compat-with-state" path = "examples/compat_with_state.rs" required-features = ["rand"] [dependencies.rand] version = "0.8" optional = true