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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
= 3
[[]]
= "autocfg"
= "1.0.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[]]
= "cfg-if"
= "1.0.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[]]
= "crossbeam"
= "0.8.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845"
= [
"cfg-if",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
[[]]
= "crossbeam-channel"
= "0.5.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
= [
"cfg-if",
"crossbeam-utils",
]
[[]]
= "crossbeam-deque"
= "0.8.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
= [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[]]
= "crossbeam-epoch"
= "0.9.5"
= "registry+https://github.com/rust-lang/crates.io-index"
= "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
= [
"cfg-if",
"crossbeam-utils",
"lazy_static",
"memoffset",
"scopeguard",
]
[[]]
= "crossbeam-queue"
= "0.3.2"
= "registry+https://github.com/rust-lang/crates.io-index"
= "9b10ddc024425c88c2ad148c1b0fd53f4c6d38db9697c9f1588381212fa657c9"
= [
"cfg-if",
"crossbeam-utils",
]
[[]]
= "crossbeam-utils"
= "0.8.5"
= "registry+https://github.com/rust-lang/crates.io-index"
= "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
= [
"cfg-if",
"lazy_static",
]
[[]]
= "either"
= "1.6.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[]]
= "hermit-abi"
= "0.1.19"
= "registry+https://github.com/rust-lang/crates.io-index"
= "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
= [
"libc",
]
[[]]
= "lazy_static"
= "1.4.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[]]
= "libc"
= "0.2.104"
= "registry+https://github.com/rust-lang/crates.io-index"
= "7b2f96d100e1cf1929e7719b7edb3b90ab5298072638fccd77be9ce942ecdfce"
[[]]
= "log"
= "0.4.14"
= "registry+https://github.com/rust-lang/crates.io-index"
= "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
= [
"cfg-if",
]
[[]]
= "memoffset"
= "0.6.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
= [
"autocfg",
]
[[]]
= "num_cpus"
= "1.13.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
= [
"hermit-abi",
"libc",
]
[[]]
= "par-iter-sync"
= "0.1.5"
= [
"crossbeam",
"log",
"num_cpus",
"rayon",
]
[[]]
= "rayon"
= "1.5.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
= [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[]]
= "rayon-core"
= "1.9.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
= [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"lazy_static",
"num_cpus",
]
[[]]
= "scopeguard"
= "1.1.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"