# 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 = "bufrng" version = "1.0.2" authors = ["Nick Fitzgerald "] description = "An RNG that generates 'random' numbers copied from a given buffer. INTENDED FOR TESTING AND FUZZING ONLY!!" readme = "README.md" keywords = ["fuzzing", "structure-aware", "rng", "random"] categories = ["development-tools::testing"] license = "MIT/Apache-2.0" repository = "https://github.com/fitzgen/bufrng" [dependencies.rand_core] version = "0.5.1" [dev-dependencies.quickcheck] version = "0.9.0" [dev-dependencies.rand] version = "0.7.0"