1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "basic-toml"
7version = "0.1.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "7bfc506e7a2370ec239e1d072507b2a80c833083699d3c6fa176fbb4de8448c6"
10dependencies = [
11 "serde",
12]
13
14[[package]]
15name = "diff"
16version = "0.1.13"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
19
20[[package]]
21name = "glob"
22version = "0.3.1"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
25
26[[package]]
27name = "itoa"
28version = "1.0.9"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
31
32[[package]]
33name = "macrotest"
34version = "1.0.9"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "7489ae0986ce45414b7b3122c2e316661343ecf396b206e3e15f07c846616f10"
37dependencies = [
38 "diff",
39 "glob",
40 "prettyplease",
41 "serde",
42 "serde_json",
43 "syn 1.0.109",
44 "toml",
45]
46
47[[package]]
48name = "once_cell"
49version = "1.18.0"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
52
53[[package]]
54name = "pin-project"
55version = "1.1.3"
56dependencies = [
57 "macrotest",
58 "pin-project-internal",
59 "rustversion",
60 "static_assertions",
61 "trybuild",
62]
63
64[[package]]
65name = "pin-project-internal"
66version = "1.1.3"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
69dependencies = [
70 "proc-macro2",
71 "quote",
72 "syn 2.0.28",
73]
74
75[[package]]
76name = "prettyplease"
77version = "0.1.25"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
80dependencies = [
81 "proc-macro2",
82 "syn 1.0.109",
83]
84
85[[package]]
86name = "proc-macro2"
87version = "1.0.66"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
90dependencies = [
91 "unicode-ident",
92]
93
94[[package]]
95name = "quote"
96version = "1.0.32"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
99dependencies = [
100 "proc-macro2",
101]
102
103[[package]]
104name = "rustversion"
105version = "1.0.14"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
108
109[[package]]
110name = "ryu"
111version = "1.0.15"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
114
115[[package]]
116name = "serde"
117version = "1.0.181"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "6d3e73c93c3240c0bda063c239298e633114c69a888c3e37ca8bb33f343e9890"
120dependencies = [
121 "serde_derive",
122]
123
124[[package]]
125name = "serde_derive"
126version = "1.0.181"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "be02f6cb0cd3a5ec20bbcfbcbd749f57daddb1a0882dc2e46a6c236c90b977ed"
129dependencies = [
130 "proc-macro2",
131 "quote",
132 "syn 2.0.28",
133]
134
135[[package]]
136name = "serde_json"
137version = "1.0.104"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
140dependencies = [
141 "itoa",
142 "ryu",
143 "serde",
144]
145
146[[package]]
147name = "static_assertions"
148version = "1.1.0"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
151
152[[package]]
153name = "syn"
154version = "1.0.109"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
157dependencies = [
158 "proc-macro2",
159 "quote",
160 "unicode-ident",
161]
162
163[[package]]
164name = "syn"
165version = "2.0.28"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
168dependencies = [
169 "proc-macro2",
170 "quote",
171 "unicode-ident",
172]
173
174[[package]]
175name = "termcolor"
176version = "1.2.0"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
179dependencies = [
180 "winapi-util",
181]
182
183[[package]]
184name = "toml"
185version = "0.5.11"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
188dependencies = [
189 "serde",
190]
191
192[[package]]
193name = "trybuild"
194version = "1.0.82"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "a84e0202ea606ba5ebee8507ab2bfbe89b98551ed9b8f0be198109275cff284b"
197dependencies = [
198 "basic-toml",
199 "glob",
200 "once_cell",
201 "serde",
202 "serde_derive",
203 "serde_json",
204 "termcolor",
205]
206
207[[package]]
208name = "unicode-ident"
209version = "1.0.11"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
212
213[[package]]
214name = "winapi"
215version = "0.3.9"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
218dependencies = [
219 "winapi-i686-pc-windows-gnu",
220 "winapi-x86_64-pc-windows-gnu",
221]
222
223[[package]]
224name = "winapi-i686-pc-windows-gnu"
225version = "0.4.0"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
228
229[[package]]
230name = "winapi-util"
231version = "0.1.5"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
234dependencies = [
235 "winapi",
236]
237
238[[package]]
239name = "winapi-x86_64-pc-windows-gnu"
240version = "0.4.0"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
243