]> git.proxmox.com Git - cargo.git/blob - vendor/proptest/Cargo.toml
New upstream version 0.37.0
[cargo.git] / vendor / proptest / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies
7 #
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 edition = "2018"
15 name = "proptest"
16 version = "0.9.4"
17 authors = ["Jason Lingle"]
18 exclude = ["/gen-*.sh", "/readme-*.md"]
19 description = "Hypothesis-like property-based testing and shrinking.\n"
20 homepage = "https://altsysrq.github.io/proptest-book/proptest/index.html"
21 documentation = "https://altsysrq.github.io/rustdoc/proptest/0.9.4/proptest/"
22 readme = "README.md"
23 keywords = ["property", "testing", "quickcheck", "fuzz", "hypothesis"]
24 categories = ["development-tools::testing"]
25 license = "MIT/Apache-2.0"
26 repository = "https://github.com/altsysrq/proptest"
27 [dependencies.bit-set]
28 version = "0.5.0"
29 optional = true
30
31 [dependencies.bitflags]
32 version = "1.0.1"
33
34 [dependencies.byteorder]
35 version = "1.2.3"
36 default-features = false
37
38 [dependencies.lazy_static]
39 version = "1.2"
40 optional = true
41
42 [dependencies.num-traits]
43 version = "0.2.2"
44 default-features = false
45
46 [dependencies.quick-error]
47 version = "1.2.1"
48 optional = true
49
50 [dependencies.rand]
51 version = "0.6"
52 features = ["alloc", "i128_support"]
53 default-features = false
54
55 [dependencies.rand_chacha]
56 version = "0.1"
57
58 [dependencies.rand_xorshift]
59 version = "0.1"
60
61 [dependencies.regex-syntax]
62 version = "0.6.0"
63 optional = true
64
65 [dependencies.rusty-fork]
66 version = "0.2.1"
67 optional = true
68 default-features = false
69
70 [dependencies.tempfile]
71 version = "3.0"
72 optional = true
73 [dev-dependencies.regex]
74 version = "1.0"
75
76 [features]
77 alloc = []
78 atomic64bit = []
79 break-dead-code = []
80 default = ["std", "fork", "timeout", "bit-set", "break-dead-code"]
81 default-code-coverage = ["std", "fork", "timeout", "bit-set"]
82 fork = ["std", "rusty-fork", "tempfile"]
83 std = ["rand/std", "byteorder/std", "lazy_static", "quick-error", "regex-syntax", "num-traits/std"]
84 timeout = ["fork", "rusty-fork/timeout"]
85 unstable = []
86 [badges.appveyor]
87 branch = "master"
88 repository = "AltSysrq/proptest"
89 service = "github"
90
91 [badges.travis-ci]
92 repository = "AltSysrq/proptest"