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
44
[]
= "crossbeam-utils"
# When publishing a new version:
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-utils-X.Y.Z" git tag
= "0.8.18"
= "2021"
= "1.60"
= "MIT OR Apache-2.0"
= "https://github.com/crossbeam-rs/crossbeam"
= "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
= "Utilities for concurrent programming"
= ["scoped", "thread", "atomic", "cache"]
= ["algorithms", "concurrency", "data-structures", "no-std"]
[]
= ["std"]
# Enable to use APIs that require `std`.
# This is enabled by default.
= []
# 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.
= []
[]
= "1"
# Enable the use of loom for concurrency testing.
#
# 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.
[]
= { = "0.7.1", = true }
[]
= "0.8"