• 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 = "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.11"
14dependencies = [
15 "crossbeam-utils",
16 "num_cpus",
17 "rand",
18 "signal-hook",
19]
20
21[[package]]
22name = "crossbeam-utils"
23version = "0.8.18"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c"
26dependencies = [
27 "cfg-if",
28]
29
30[[package]]
31name = "getrandom"
32version = "0.2.11"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
35dependencies = [
36 "cfg-if",
37 "libc",
38 "wasi",
39]
40
41[[package]]
42name = "hermit-abi"
43version = "0.3.3"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
46
47[[package]]
48name = "libc"
49version = "0.2.152"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
52
53[[package]]
54name = "num_cpus"
55version = "1.16.0"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
58dependencies = [
59 "hermit-abi",
60 "libc",
61]
62
63[[package]]
64name = "ppv-lite86"
65version = "0.2.17"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
68
69[[package]]
70name = "rand"
71version = "0.8.5"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
74dependencies = [
75 "libc",
76 "rand_chacha",
77 "rand_core",
78]
79
80[[package]]
81name = "rand_chacha"
82version = "0.3.1"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
85dependencies = [
86 "ppv-lite86",
87 "rand_core",
88]
89
90[[package]]
91name = "rand_core"
92version = "0.6.4"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
95dependencies = [
96 "getrandom",
97]
98
99[[package]]
100name = "signal-hook"
101version = "0.3.17"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
104dependencies = [
105 "libc",
106 "signal-hook-registry",
107]
108
109[[package]]
110name = "signal-hook-registry"
111version = "1.4.1"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
114dependencies = [
115 "libc",
116]
117
118[[package]]
119name = "wasi"
120version = "0.11.0+wasi-snapshot-preview1"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
123