1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "cfg-if"
7version = "1.0.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
10
11[[package]]
12name = "crossbeam-channel"
13version = "0.5.13"
14dependencies = [
15 "crossbeam-utils",
16 "num_cpus",
17 "rand",
18 "signal-hook",
19]
20
21[[package]]
22name = "crossbeam-utils"
23version = "0.8.19"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
26
27[[package]]
28name = "getrandom"
29version = "0.2.15"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
32dependencies = [
33 "cfg-if",
34 "libc",
35 "wasi",
36]
37
38[[package]]
39name = "hermit-abi"
40version = "0.3.9"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
43
44[[package]]
45name = "libc"
46version = "0.2.154"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
49
50[[package]]
51name = "num_cpus"
52version = "1.16.0"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
55dependencies = [
56 "hermit-abi",
57 "libc",
58]
59
60[[package]]
61name = "ppv-lite86"
62version = "0.2.17"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
65
66[[package]]
67name = "rand"
68version = "0.8.5"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
71dependencies = [
72 "libc",
73 "rand_chacha",
74 "rand_core",
75]
76
77[[package]]
78name = "rand_chacha"
79version = "0.3.1"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
82dependencies = [
83 "ppv-lite86",
84 "rand_core",
85]
86
87[[package]]
88name = "rand_core"
89version = "0.6.4"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
92dependencies = [
93 "getrandom",
94]
95
96[[package]]
97name = "signal-hook"
98version = "0.3.17"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
101dependencies = [
102 "libc",
103 "signal-hook-registry",
104]
105
106[[package]]
107name = "signal-hook-registry"
108version = "1.4.2"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
111dependencies = [
112 "libc",
113]
114
115[[package]]
116name = "wasi"
117version = "0.11.0+wasi-snapshot-preview1"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
120