1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "darling"
7version = "0.20.10"
8dependencies = [
9 "darling_core",
10 "darling_macro",
11 "proc-macro2",
12 "quote",
13 "rustversion",
14 "syn 2.0.16",
15 "trybuild",
16]
17
18[[package]]
19name = "darling_core"
20version = "0.20.10"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
23dependencies = [
24 "fnv",
25 "ident_case",
26 "proc-macro2",
27 "quote",
28 "strsim",
29 "syn 2.0.16",
30]
31
32[[package]]
33name = "darling_macro"
34version = "0.20.10"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
37dependencies = [
38 "darling_core",
39 "quote",
40 "syn 2.0.16",
41]
42
43[[package]]
44name = "fnv"
45version = "1.0.7"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
48
49[[package]]
50name = "glob"
51version = "0.3.0"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
54
55[[package]]
56name = "ident_case"
57version = "1.0.1"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
60
61[[package]]
62name = "itoa"
63version = "1.0.4"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
66
67[[package]]
68name = "once_cell"
69version = "1.16.0"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
72
73[[package]]
74name = "proc-macro2"
75version = "1.0.56"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
78dependencies = [
79 "unicode-ident",
80]
81
82[[package]]
83name = "quote"
84version = "1.0.26"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
87dependencies = [
88 "proc-macro2",
89]
90
91[[package]]
92name = "rustversion"
93version = "1.0.9"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
96
97[[package]]
98name = "ryu"
99version = "1.0.11"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
102
103[[package]]
104name = "serde"
105version = "1.0.148"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "e53f64bb4ba0191d6d0676e1b141ca55047d83b74f5607e6d8eb88126c52c2dc"
108
109[[package]]
110name = "serde_derive"
111version = "1.0.147"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
114dependencies = [
115 "proc-macro2",
116 "quote",
117 "syn 1.0.91",
118]
119
120[[package]]
121name = "serde_json"
122version = "1.0.89"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
125dependencies = [
126 "itoa",
127 "ryu",
128 "serde",
129]
130
131[[package]]
132name = "strsim"
133version = "0.11.1"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
136
137[[package]]
138name = "syn"
139version = "1.0.91"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
142dependencies = [
143 "proc-macro2",
144 "quote",
145 "unicode-xid",
146]
147
148[[package]]
149name = "syn"
150version = "2.0.16"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01"
153dependencies = [
154 "proc-macro2",
155 "quote",
156 "unicode-ident",
157]
158
159[[package]]
160name = "termcolor"
161version = "1.1.3"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
164dependencies = [
165 "winapi-util",
166]
167
168[[package]]
169name = "toml"
170version = "0.5.9"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
173dependencies = [
174 "serde",
175]
176
177[[package]]
178name = "trybuild"
179version = "1.0.72"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "db29f438342820400f2d9acfec0d363e987a38b2950bdb50a7069ed17b2148ee"
182dependencies = [
183 "glob",
184 "once_cell",
185 "serde",
186 "serde_derive",
187 "serde_json",
188 "termcolor",
189 "toml",
190]
191
192[[package]]
193name = "unicode-ident"
194version = "1.0.8"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
197
198[[package]]
199name = "unicode-xid"
200version = "0.2.2"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
203
204[[package]]
205name = "winapi"
206version = "0.3.9"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
209dependencies = [
210 "winapi-i686-pc-windows-gnu",
211 "winapi-x86_64-pc-windows-gnu",
212]
213
214[[package]]
215name = "winapi-i686-pc-windows-gnu"
216version = "0.4.0"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
219
220[[package]]
221name = "winapi-util"
222version = "0.1.5"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
225dependencies = [
226 "winapi",
227]
228
229[[package]]
230name = "winapi-x86_64-pc-windows-gnu"
231version = "0.4.0"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
234