1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "1.0.5"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "bindgen"
16version = "0.68.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078"
19dependencies = [
20 "bitflags",
21 "cexpr",
22 "clang-sys",
23 "lazy_static",
24 "lazycell",
25 "peeking_take_while",
26 "proc-macro2",
27 "quote",
28 "regex",
29 "rustc-hash",
30 "shlex",
31 "syn",
32]
33
34[[package]]
35name = "bitflags"
36version = "2.4.0"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
39
40[[package]]
41name = "cc"
42version = "1.0.83"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
45dependencies = [
46 "libc",
47]
48
49[[package]]
50name = "cexpr"
51version = "0.6.0"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
54dependencies = [
55 "nom",
56]
57
58[[package]]
59name = "cfg-if"
60version = "1.0.0"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
63
64[[package]]
65name = "clang-sys"
66version = "1.6.1"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
69dependencies = [
70 "glob",
71 "libc",
72 "libloading",
73]
74
75[[package]]
76name = "glob"
77version = "0.3.1"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
80
81[[package]]
82name = "lazy_static"
83version = "1.4.0"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
86
87[[package]]
88name = "lazycell"
89version = "1.3.0"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
92
93[[package]]
94name = "libc"
95version = "0.2.147"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
98
99[[package]]
100name = "libloading"
101version = "0.7.4"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
104dependencies = [
105 "cfg-if",
106 "winapi",
107]
108
109[[package]]
110name = "memchr"
111version = "2.6.1"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "f478948fd84d9f8e86967bf432640e46adfb5a4bd4f14ef7e864ab38220534ae"
114
115[[package]]
116name = "minimal-lexical"
117version = "0.2.1"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
120
121[[package]]
122name = "nix"
123version = "0.27.1"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
126dependencies = [
127 "bitflags",
128 "cfg-if",
129 "libc",
130]
131
132[[package]]
133name = "nom"
134version = "7.1.3"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
137dependencies = [
138 "memchr",
139 "minimal-lexical",
140]
141
142[[package]]
143name = "peeking_take_while"
144version = "0.1.2"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
147
148[[package]]
149name = "proc-macro2"
150version = "1.0.66"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
153dependencies = [
154 "unicode-ident",
155]
156
157[[package]]
158name = "quote"
159version = "1.0.33"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
162dependencies = [
163 "proc-macro2",
164]
165
166[[package]]
167name = "regex"
168version = "1.9.4"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29"
171dependencies = [
172 "aho-corasick",
173 "memchr",
174 "regex-automata",
175 "regex-syntax",
176]
177
178[[package]]
179name = "regex-automata"
180version = "0.3.7"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629"
183dependencies = [
184 "aho-corasick",
185 "memchr",
186 "regex-syntax",
187]
188
189[[package]]
190name = "regex-syntax"
191version = "0.7.5"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
194
195[[package]]
196name = "rustc-hash"
197version = "1.1.0"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
200
201[[package]]
202name = "shlex"
203version = "1.1.0"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
206
207[[package]]
208name = "syn"
209version = "2.0.29"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
212dependencies = [
213 "proc-macro2",
214 "quote",
215 "unicode-ident",
216]
217
218[[package]]
219name = "thiserror"
220version = "1.0.47"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
223dependencies = [
224 "thiserror-impl",
225]
226
227[[package]]
228name = "thiserror-impl"
229version = "1.0.47"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
232dependencies = [
233 "proc-macro2",
234 "quote",
235 "syn",
236]
237
238[[package]]
239name = "unicode-ident"
240version = "1.0.11"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
243
244[[package]]
245name = "userfaultfd"
246version = "0.7.0"
247dependencies = [
248 "bitflags",
249 "cfg-if",
250 "libc",
251 "nix",
252 "thiserror",
253 "userfaultfd-sys",
254]
255
256[[package]]
257name = "userfaultfd-sys"
258version = "0.5.0"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "d75595d2a62b7db16bd47f5a1ce14e1fe05ccbe27d6c96721a958e0a027cad41"
261dependencies = [
262 "bindgen",
263 "cc",
264 "cfg-if",
265]
266
267[[package]]
268name = "winapi"
269version = "0.3.9"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
272dependencies = [
273 "winapi-i686-pc-windows-gnu",
274 "winapi-x86_64-pc-windows-gnu",
275]
276
277[[package]]
278name = "winapi-i686-pc-windows-gnu"
279version = "0.4.0"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
282
283[[package]]
284name = "winapi-x86_64-pc-windows-gnu"
285version = "0.4.0"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
288