| # 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-derive" |
| version = "0.3.0" |
| authors = ["Mazdak Farrokhzad <[email protected]>"] |
| description = "Custom-derive for the Arbitrary trait of proptest.\n" |
| homepage = "https://altsysrq.github.io/proptest-book/proptest-derive/index.html" |
| documentation = "https://altsysrq.github.io/proptest-book/proptest-derive/index.html" |
| readme = "README.md" |
| keywords = ["derive", "arbitrary", "proptest", "testing", "quickcheck"] |
| categories = ["development-tools::testing"] |
| license = "MIT/Apache-2.0" |
| repository = "https://github.com/AltSysrq/proptest" |
| |
| [lib] |
| proc-macro = true |
| |
| [[bench]] |
| name = "large_enum" |
| harness = false |
| [dependencies.proc-macro2] |
| version = "0.4" |
| |
| [dependencies.quote] |
| version = "0.6" |
| |
| [dependencies.syn] |
| version = "0.15.17" |
| features = ["visit", "extra-traits", "full"] |
| [dev-dependencies.compiletest_rs] |
| version = "0.3.19" |
| features = ["tmp", "stable"] |
| |
| [dev-dependencies.criterion] |
| version = "0.2" |
| |
| [dev-dependencies.proptest] |
| version = "1.0.0" |