]> git.proxmox.com Git - rustc.git/blame - vendor/crossbeam-epoch/Cargo.toml
New upstream version 1.65.0+dfsg1
[rustc.git] / vendor / crossbeam-epoch / Cargo.toml
CommitLineData
416331ca
XL
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
5099ac24 6# to registry (e.g., crates.io) dependencies.
416331ca 7#
5099ac24
FG
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
416331ca
XL
11
12[package]
5869c6ff 13edition = "2018"
f2b60f7d 14rust-version = "1.38"
416331ca 15name = "crossbeam-epoch"
f2b60f7d 16version = "0.9.10"
416331ca
XL
17description = "Epoch-based garbage collection"
18homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch"
064997fb 19readme = "README.md"
5099ac24
FG
20keywords = [
21 "lock-free",
22 "rcu",
23 "atomic",
24 "garbage",
25]
26categories = [
27 "concurrency",
28 "memory-management",
29 "no-std",
30]
5869c6ff 31license = "MIT OR Apache-2.0"
416331ca 32repository = "https://github.com/crossbeam-rs/crossbeam"
5099ac24 33
416331ca 34[dependencies.cfg-if]
5869c6ff
XL
35version = "1"
36
416331ca 37[dependencies.crossbeam-utils]
17df50a5 38version = "0.8.5"
416331ca
XL
39default-features = false
40
416331ca 41[dependencies.memoffset]
5869c6ff 42version = "0.6"
416331ca 43
064997fb
FG
44[dependencies.once_cell]
45version = "1"
46optional = true
47
416331ca 48[dependencies.scopeguard]
064997fb 49version = "1.1"
416331ca 50default-features = false
5099ac24 51
416331ca 52[dev-dependencies.rand]
6a06907d 53version = "0.8"
416331ca 54
5e7ed085
FG
55[dev-dependencies.rustversion]
56version = "1"
57
58[build-dependencies.autocfg]
59version = "1"
60
416331ca 61[features]
5869c6ff 62alloc = []
416331ca 63default = ["std"]
5099ac24
FG
64loom = [
65 "loom-crate",
66 "crossbeam-utils/loom",
67]
5e7ed085 68nightly = ["crossbeam-utils/nightly"]
5099ac24
FG
69std = [
70 "alloc",
71 "crossbeam-utils/std",
064997fb 72 "once_cell",
5099ac24
FG
73]
74
6a06907d 75[target."cfg(crossbeam_loom)".dependencies.loom-crate]
17df50a5 76version = "0.5"
6a06907d
XL
77optional = true
78package = "loom"