1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[]
= "crossbeam-queue"
# When publishing a new version:
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-queue-X.Y.Z" git tag
= "0.3.11"
= "2021"
= "1.60"
= "MIT OR Apache-2.0"
= "https://github.com/crossbeam-rs/crossbeam"
= "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue"
= "Concurrent queues"
= ["queue", "mpmc", "lock-free", "producer", "consumer"]
= ["concurrency", "data-structures", "no-std"]
[]
= ["std"]
# Enable to use APIs that require `std`.
# This is enabled by default.
= ["alloc", "crossbeam-utils/std"]
# Enable to use APIs that require `alloc`.
# This is enabled by default and also enabled if the `std` feature is enabled.
#
# NOTE: Disabling both `std` *and* `alloc` features is not supported yet.
= []
# These features are no longer used.
# TODO: remove in the next major version.
# Enable to use of unstable functionality.
# This is disabled by default and requires recent nightly compiler.
#
# NOTE: This feature is outside of the normal semver guarantees and minor or
# patch versions of crossbeam may make breaking changes to them at any time.
= ["crossbeam-utils/nightly"]
[]
= { = "0.8.18", = "../crossbeam-utils", = false }
[]
= "0.8"