# 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] name = "proptest-arbitrary" version = "0.2.2" authors = ["Mazdak Farrokhzad "] build = "build.rs" description = "The Arbitrary trait for proptest and implementations for the standard library.\n" documentation = "https://docs.rs/proptest-arbitrary" readme = "README.md" keywords = ["arbitrary", "property", "testing", "quickcheck", "hypothesis"] categories = ["development-tools::testing"] license = "MIT/Apache-2.0" repository = "https://github.com/Centril/proptest-arbitrary" [dependencies.bit-set] version = "0.4.0" [dependencies.derive_more] version = "0.7.0" [dependencies.frunk_core] version = "0.0.21" optional = true [dependencies.frunk_derives] version = "0.0.22" optional = true [dependencies.proptest] version = "0.3.4" [build-dependencies.version_check] version = "0.1" [features] default = ["frunk"] frunk = ["frunk_core", "frunk_derives"] unstable = [] [badges.maintenance] status = "experimental"