• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "byteorder"
7version = "1.5.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
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.14"
20dependencies = [
21 "crossbeam-utils",
22 "num_cpus",
23 "rand",
24 "signal-hook",
25]
26
27[[package]]
28name = "crossbeam-utils"
29version = "0.8.20"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
32
33[[package]]
34name = "getrandom"
35version = "0.2.15"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
38dependencies = [
39 "cfg-if",
40 "libc",
41 "wasi",
42]
43
44[[package]]
45name = "hermit-abi"
46version = "0.3.9"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
49
50[[package]]
51name = "libc"
52version = "0.2.158"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
55
56[[package]]
57name = "num_cpus"
58version = "1.16.0"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
61dependencies = [
62 "hermit-abi",
63 "libc",
64]
65
66[[package]]
67name = "ppv-lite86"
68version = "0.2.20"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
71dependencies = [
72 "zerocopy",
73]
74
75[[package]]
76name = "proc-macro2"
77version = "1.0.86"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
80dependencies = [
81 "unicode-ident",
82]
83
84[[package]]
85name = "quote"
86version = "1.0.37"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
89dependencies = [
90 "proc-macro2",
91]
92
93[[package]]
94name = "rand"
95version = "0.8.5"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
98dependencies = [
99 "libc",
100 "rand_chacha",
101 "rand_core",
102]
103
104[[package]]
105name = "rand_chacha"
106version = "0.3.1"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
109dependencies = [
110 "ppv-lite86",
111 "rand_core",
112]
113
114[[package]]
115name = "rand_core"
116version = "0.6.4"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
119dependencies = [
120 "getrandom",
121]
122
123[[package]]
124name = "signal-hook"
125version = "0.3.17"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
128dependencies = [
129 "libc",
130 "signal-hook-registry",
131]
132
133[[package]]
134name = "signal-hook-registry"
135version = "1.4.2"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
138dependencies = [
139 "libc",
140]
141
142[[package]]
143name = "syn"
144version = "2.0.77"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
147dependencies = [
148 "proc-macro2",
149 "quote",
150 "unicode-ident",
151]
152
153[[package]]
154name = "unicode-ident"
155version = "1.0.13"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
158
159[[package]]
160name = "wasi"
161version = "0.11.0+wasi-snapshot-preview1"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
164
165[[package]]
166name = "zerocopy"
167version = "0.7.35"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
170dependencies = [
171 "byteorder",
172 "zerocopy-derive",
173]
174
175[[package]]
176name = "zerocopy-derive"
177version = "0.7.35"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
180dependencies = [
181 "proc-macro2",
182 "quote",
183 "syn",
184]
185