| # 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 = "proptest" |
| version = "0.9.3" |
| authors = ["Jason Lingle"] |
| exclude = ["/gen-*.sh", "/readme-*.md"] |
| description = "Hypothesis-like property-based testing and shrinking.\n" |
| homepage = "https://altsysrq.github.io/proptest-book/proptest/index.html" |
| documentation = "https://altsysrq.github.io/rustdoc/proptest/0.9.3/proptest/" |
| readme = "README.md" |
| keywords = ["property", "testing", "quickcheck", "fuzz", "hypothesis"] |
| categories = ["development-tools::testing"] |
| license = "MIT/Apache-2.0" |
| repository = "https://github.com/altsysrq/proptest" |
| [dependencies.bit-set] |
| version = "0.5.0" |
| optional = true |
| |
| [dependencies.bitflags] |
| version = "1.0.1" |
| |
| [dependencies.byteorder] |
| version = "1.2.3" |
| default-features = false |
| |
| [dependencies.lazy_static] |
| version = "1.2" |
| optional = true |
| |
| [dependencies.num-traits] |
| version = "0.2.2" |
| default-features = false |
| |
| [dependencies.quick-error] |
| version = "1.2.1" |
| optional = true |
| |
| [dependencies.rand] |
| version = "0.6" |
| features = ["alloc", "i128_support"] |
| default-features = false |
| |
| [dependencies.rand_chacha] |
| version = "0.1" |
| |
| [dependencies.rand_xorshift] |
| version = "0.1" |
| |
| [dependencies.regex-syntax] |
| version = "0.6.0" |
| optional = true |
| |
| [dependencies.rusty-fork] |
| version = "0.2.1" |
| optional = true |
| default-features = false |
| |
| [dependencies.tempfile] |
| version = "3.0" |
| optional = true |
| [dev-dependencies.regex] |
| version = "1.0" |
| |
| [features] |
| alloc = [] |
| atomic64bit = [] |
| break-dead-code = [] |
| default = ["std", "fork", "timeout", "bit-set", "break-dead-code"] |
| default-code-coverage = ["std", "fork", "timeout", "bit-set"] |
| fork = ["std", "rusty-fork", "tempfile"] |
| std = ["rand/std", "byteorder/std", "lazy_static", "quick-error", "regex-syntax", "num-traits/std"] |
| timeout = ["fork", "rusty-fork/timeout"] |
| unstable = [] |
| [badges.appveyor] |
| branch = "master" |
| repository = "AltSysrq/proptest" |
| service = "github" |
| |
| [badges.travis-ci] |
| repository = "AltSysrq/proptest" |