# 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" name = "qcheck" version = "1.0.0" authors = ["Andrew Gallant "] exclude = [ "/Makefile", "/ctags.rust", "/session.vim", ] description = "Automatic property based testing with shrinking." homepage = "https://github.com/cloudhead/qcheck" documentation = "https://docs.rs/qcheck" readme = "README.md" keywords = [ "testing", "quickcheck", "property", "shrinking", "fuzz", ] categories = ["development-tools::testing"] license = "Unlicense OR MIT" repository = "https://github.com/cloudhead/qcheck" resolver = "1" [lib] name = "qcheck" [dependencies.rand] version = "0.8" features = [ "getrandom", "small_rng", ] default-features = false [dev-dependencies.qcheck-macros] version = "1"