1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "autocfg"
7version = "1.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
10
11[[package]]
12name = "cfg-if"
13version = "1.0.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
16
17[[package]]
18name = "crossbeam-channel"
19version = "0.5.1"
20dependencies = [
21 "cfg-if",
22 "crossbeam-utils",
23 "num_cpus",
24 "rand",
25 "signal-hook",
26]
27
28[[package]]
29name = "crossbeam-utils"
30version = "0.8.3"
31source = "registry+https://github.com/rust-lang/crates.io-index"
32checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
33dependencies = [
34 "autocfg",
35 "cfg-if",
36 "lazy_static",
37]
38
39[[package]]
40name = "getrandom"
41version = "0.2.2"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
44dependencies = [
45 "cfg-if",
46 "libc",
47 "wasi",
48]
49
50[[package]]
51name = "hermit-abi"
52version = "0.1.18"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
55dependencies = [
56 "libc",
57]
58
59[[package]]
60name = "lazy_static"
61version = "1.4.0"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
64
65[[package]]
66name = "libc"
67version = "0.2.93"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
70
71[[package]]
72name = "num_cpus"
73version = "1.13.0"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
76dependencies = [
77 "hermit-abi",
78 "libc",
79]
80
81[[package]]
82name = "ppv-lite86"
83version = "0.2.10"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
86
87[[package]]
88name = "rand"
89version = "0.8.3"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
92dependencies = [
93 "libc",
94 "rand_chacha",
95 "rand_core",
96 "rand_hc",
97]
98
99[[package]]
100name = "rand_chacha"
101version = "0.3.0"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
104dependencies = [
105 "ppv-lite86",
106 "rand_core",
107]
108
109[[package]]
110name = "rand_core"
111version = "0.6.2"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
114dependencies = [
115 "getrandom",
116]
117
118[[package]]
119name = "rand_hc"
120version = "0.3.0"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
123dependencies = [
124 "rand_core",
125]
126
127[[package]]
128name = "signal-hook"
129version = "0.3.8"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "ef33d6d0cd06e0840fba9985aab098c147e67e05cee14d412d3345ed14ff30ac"
132dependencies = [
133 "libc",
134 "signal-hook-registry",
135]
136
137[[package]]
138name = "signal-hook-registry"
139version = "1.3.0"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
142dependencies = [
143 "libc",
144]
145
146[[package]]
147name = "wasi"
148version = "0.10.2+wasi-snapshot-preview1"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
151