]> git.proxmox.com Git - rustc.git/blob - vendor/crossbeam-epoch-0.3.1/Cargo.toml
New upstream version 1.32.0~beta.2+dfsg1
[rustc.git] / vendor / crossbeam-epoch-0.3.1 / 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 name = "crossbeam-epoch"
15 version = "0.3.1"
16 authors = ["The Crossbeam Project Developers"]
17 description = "Epoch-based garbage collection"
18 homepage = "https://github.com/crossbeam-rs/crossbeam-epoch"
19 documentation = "https://docs.rs/crossbeam-epoch"
20 readme = "README.md"
21 keywords = ["lock-free", "rcu", "atomic", "garbage"]
22 categories = ["concurrency", "memory-management"]
23 license = "MIT/Apache-2.0"
24 repository = "https://github.com/crossbeam-rs/crossbeam-epoch"
25 [dependencies.arrayvec]
26 version = "0.4"
27 default-features = false
28
29 [dependencies.cfg-if]
30 version = "0.1"
31
32 [dependencies.crossbeam-utils]
33 version = "0.2"
34 default-features = false
35
36 [dependencies.lazy_static]
37 version = "1.0.0"
38 optional = true
39
40 [dependencies.memoffset]
41 version = "0.2"
42
43 [dependencies.nodrop]
44 version = "0.1.12"
45 default-features = false
46
47 [dependencies.scopeguard]
48 version = "0.3"
49 default-features = false
50 [dev-dependencies.rand]
51 version = "0.3"
52
53 [features]
54 default = ["use_std"]
55 nightly = ["arrayvec/use_union"]
56 sanitize = []
57 use_std = ["lazy_static", "crossbeam-utils/use_std"]