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 = "getrandom"
13version = "0.2.10"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
16dependencies = [
17 "cfg-if",
18 "libc",
19 "wasi",
20]
21
22[[package]]
23name = "hermit-abi"
24version = "0.3.3"
25source = "registry+https://github.com/rust-lang/crates.io-index"
26checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
27
28[[package]]
29name = "libc"
30version = "0.2.149"
31source = "registry+https://github.com/rust-lang/crates.io-index"
32checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
33
34[[package]]
35name = "no-panic"
36version = "0.1.26"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "71a6d126424f5ce0bb4587ff4561421d44aeede520541cc66f1bb912506ae46a"
39dependencies = [
40 "proc-macro2",
41 "quote",
42 "syn",
43]
44
45[[package]]
46name = "num_cpus"
47version = "1.16.0"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
50dependencies = [
51 "hermit-abi",
52 "libc",
53]
54
55[[package]]
56name = "ppv-lite86"
57version = "0.2.17"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
60
61[[package]]
62name = "proc-macro2"
63version = "1.0.69"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
66dependencies = [
67 "unicode-ident",
68]
69
70[[package]]
71name = "quote"
72version = "1.0.33"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
75dependencies = [
76 "proc-macro2",
77]
78
79[[package]]
80name = "rand"
81version = "0.8.5"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
84dependencies = [
85 "libc",
86 "rand_chacha",
87 "rand_core",
88]
89
90[[package]]
91name = "rand_chacha"
92version = "0.3.1"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
95dependencies = [
96 "ppv-lite86",
97 "rand_core",
98]
99
100[[package]]
101name = "rand_core"
102version = "0.6.4"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
105dependencies = [
106 "getrandom",
107]
108
109[[package]]
110name = "rand_xorshift"
111version = "0.3.0"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
114dependencies = [
115 "rand_core",
116]
117
118[[package]]
119name = "ryu"
120version = "1.0.16"
121dependencies = [
122 "no-panic",
123 "num_cpus",
124 "rand",
125 "rand_xorshift",
126]
127
128[[package]]
129name = "syn"
130version = "2.0.38"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
133dependencies = [
134 "proc-macro2",
135 "quote",
136 "unicode-ident",
137]
138
139[[package]]
140name = "unicode-ident"
141version = "1.0.12"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
144
145[[package]]
146name = "wasi"
147version = "0.11.0+wasi-snapshot-preview1"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
150