]> git.proxmox.com Git - cargo.git/blob - vendor/im-rc/Cargo.toml
New upstream version 0.47.0
[cargo.git] / vendor / im-rc / 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 = "im-rc"
16 version = "15.0.0"
17 authors = ["Bodil Stokke <bodil@bodil.org>"]
18 build = "./build.rs"
19 description = "Immutable collection datatypes (the fast but not thread safe version)"
20 homepage = "http://immutable.rs/"
21 documentation = "http://immutable.rs/"
22 readme = "../../README.md"
23 keywords = ["immutable", "persistent", "hamt", "b-tree", "rrb-tree"]
24 categories = ["data-structures"]
25 license = "MPL-2.0+"
26 repository = "https://github.com/bodil/im-rs"
27 [package.metadata.docs.rs]
28 all-features = true
29
30 [lib]
31 path = "./src/lib.rs"
32 [dependencies.arbitrary]
33 version = "0.4"
34 optional = true
35
36 [dependencies.bitmaps]
37 version = "2"
38
39 [dependencies.proptest]
40 version = "0.9"
41 optional = true
42
43 [dependencies.quickcheck]
44 version = "0.9"
45 optional = true
46
47 [dependencies.rand_core]
48 version = "0.5.1"
49
50 [dependencies.rand_xoshiro]
51 version = "0.4"
52
53 [dependencies.rayon]
54 version = "1"
55 optional = true
56
57 [dependencies.refpool]
58 version = "0.4"
59 optional = true
60
61 [dependencies.serde]
62 version = "1"
63 optional = true
64
65 [dependencies.sized-chunks]
66 version = "0.6"
67
68 [dependencies.typenum]
69 version = "1.12"
70 [dev-dependencies.metrohash]
71 version = "1"
72
73 [dev-dependencies.pretty_assertions]
74 version = "0.6"
75
76 [dev-dependencies.proptest]
77 version = "0.9"
78
79 [dev-dependencies.proptest-derive]
80 version = "0.1"
81
82 [dev-dependencies.rand]
83 version = "0.7"
84 features = ["small_rng"]
85
86 [dev-dependencies.rayon]
87 version = "1"
88
89 [dev-dependencies.serde]
90 version = "1"
91
92 [dev-dependencies.serde_json]
93 version = "1"
94 [build-dependencies.version_check]
95 version = "0.9"
96
97 [features]
98 debug = []
99 pool = ["refpool", "sized-chunks/refpool"]
100 [badges.travis-ci]
101 repository = "bodil/im-rs"