• 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.2"
14dependencies = [
15 "cfg-if",
16 "crossbeam-utils",
17 "num_cpus",
18 "rand",
19 "signal-hook",
20]
21
22[[package]]
23name = "crossbeam-utils"
24version = "0.8.6"
25source = "registry+https://github.com/rust-lang/crates.io-index"
26checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120"
27dependencies = [
28 "cfg-if",
29 "lazy_static",
30]
31
32[[package]]
33name = "getrandom"
34version = "0.2.3"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
37dependencies = [
38 "cfg-if",
39 "libc",
40 "wasi",
41]
42
43[[package]]
44name = "hermit-abi"
45version = "0.1.19"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
48dependencies = [
49 "libc",
50]
51
52[[package]]
53name = "lazy_static"
54version = "1.4.0"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
57
58[[package]]
59name = "libc"
60version = "0.2.112"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
63
64[[package]]
65name = "num_cpus"
66version = "1.13.1"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
69dependencies = [
70 "hermit-abi",
71 "libc",
72]
73
74[[package]]
75name = "ppv-lite86"
76version = "0.2.16"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
79
80[[package]]
81name = "rand"
82version = "0.8.4"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
85dependencies = [
86 "libc",
87 "rand_chacha",
88 "rand_core",
89 "rand_hc",
90]
91
92[[package]]
93name = "rand_chacha"
94version = "0.3.1"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
97dependencies = [
98 "ppv-lite86",
99 "rand_core",
100]
101
102[[package]]
103name = "rand_core"
104version = "0.6.3"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
107dependencies = [
108 "getrandom",
109]
110
111[[package]]
112name = "rand_hc"
113version = "0.3.1"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
116dependencies = [
117 "rand_core",
118]
119
120[[package]]
121name = "signal-hook"
122version = "0.3.13"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
125dependencies = [
126 "libc",
127 "signal-hook-registry",
128]
129
130[[package]]
131name = "signal-hook-registry"
132version = "1.4.0"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
135dependencies = [
136 "libc",
137]
138
139[[package]]
140name = "wasi"
141version = "0.10.2+wasi-snapshot-preview1"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
144