• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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]
14edition = "2018"
15name = "crossbeam-epoch"
16version = "0.9.3"
17authors = ["The Crossbeam Project Developers"]
18description = "Epoch-based garbage collection"
19homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch"
20documentation = "https://docs.rs/crossbeam-epoch"
21keywords = ["lock-free", "rcu", "atomic", "garbage"]
22categories = ["concurrency", "memory-management", "no-std"]
23license = "MIT OR Apache-2.0"
24repository = "https://github.com/crossbeam-rs/crossbeam"
25[dependencies.cfg-if]
26version = "1"
27
28[dependencies.const_fn]
29version = "0.4.4"
30optional = true
31
32[dependencies.crossbeam-utils]
33version = "0.8.3"
34default-features = false
35
36[dependencies.lazy_static]
37version = "1.4.0"
38optional = true
39
40[dependencies.memoffset]
41version = "0.6"
42
43[dependencies.scopeguard]
44version = "1.1.0"
45default-features = false
46[dev-dependencies.rand]
47version = "0.8"
48
49[features]
50alloc = []
51default = ["std"]
52loom = ["loom-crate", "crossbeam-utils/loom"]
53nightly = ["crossbeam-utils/nightly", "const_fn"]
54std = ["alloc", "crossbeam-utils/std", "lazy_static"]
55[target."cfg(crossbeam_loom)".dependencies.loom-crate]
56version = "0.4"
57optional = true
58package = "loom"
59