• 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 = "adler"
7version = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11[[package]]
12name = "ansi_term"
13version = "0.11.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
16dependencies = [
17 "winapi",
18]
19
20[[package]]
21name = "atty"
22version = "0.2.14"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
25dependencies = [
26 "hermit-abi",
27 "libc",
28 "winapi",
29]
30
31[[package]]
32name = "autocfg"
33version = "1.0.1"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
36
37[[package]]
38name = "bitflags"
39version = "1.3.2"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
42
43[[package]]
44name = "cc"
45version = "1.0.69"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
48dependencies = [
49 "jobserver",
50]
51
52[[package]]
53name = "cfg-if"
54version = "1.0.0"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
57
58[[package]]
59name = "clang-ast"
60version = "0.1.6"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "eed6681036a96f9855a75b08a9f14199e212017508a967d1d1e868f575f7d8e9"
63dependencies = [
64 "serde",
65]
66
67[[package]]
68name = "clap"
69version = "2.33.3"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
72dependencies = [
73 "ansi_term",
74 "atty",
75 "bitflags",
76 "strsim",
77 "textwrap",
78 "unicode-width",
79 "vec_map",
80]
81
82[[package]]
83name = "codespan-reporting"
84version = "0.11.1"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
87dependencies = [
88 "termcolor",
89 "unicode-width",
90]
91
92[[package]]
93name = "crc32fast"
94version = "1.2.1"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
97dependencies = [
98 "cfg-if",
99]
100
101[[package]]
102name = "cxx"
103version = "1.0.54"
104dependencies = [
105 "cc",
106 "cxx-build",
107 "cxx-gen",
108 "cxx-test-suite",
109 "cxxbridge-flags",
110 "cxxbridge-macro",
111 "link-cplusplus",
112 "rustversion",
113 "trybuild",
114]
115
116[[package]]
117name = "cxx-build"
118version = "1.0.54"
119dependencies = [
120 "cc",
121 "codespan-reporting",
122 "cxx-gen",
123 "lazy_static",
124 "pkg-config",
125 "proc-macro2",
126 "quote",
127 "scratch",
128 "syn",
129]
130
131[[package]]
132name = "cxx-gen"
133version = "0.7.54"
134dependencies = [
135 "cc",
136 "codespan-reporting",
137 "proc-macro2",
138 "quote",
139 "syn",
140]
141
142[[package]]
143name = "cxx-test-suite"
144version = "0.0.0"
145dependencies = [
146 "cxx",
147 "cxx-build",
148 "cxxbridge-flags",
149]
150
151[[package]]
152name = "cxxbridge-cmd"
153version = "1.0.54"
154dependencies = [
155 "clap",
156 "codespan-reporting",
157 "proc-macro2",
158 "quote",
159 "syn",
160]
161
162[[package]]
163name = "cxxbridge-flags"
164version = "1.0.54"
165
166[[package]]
167name = "cxxbridge-macro"
168version = "1.0.54"
169dependencies = [
170 "clang-ast",
171 "cxx",
172 "flate2",
173 "memmap",
174 "proc-macro2",
175 "quote",
176 "serde",
177 "serde_json",
178 "syn",
179]
180
181[[package]]
182name = "demo"
183version = "0.0.0"
184dependencies = [
185 "cxx",
186 "cxx-build",
187]
188
189[[package]]
190name = "dissimilar"
191version = "1.0.2"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "fc4b29f4b9bb94bf267d57269fd0706d343a160937108e9619fe380645428abb"
194
195[[package]]
196name = "flate2"
197version = "1.0.20"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
200dependencies = [
201 "cfg-if",
202 "crc32fast",
203 "libc",
204 "miniz_oxide",
205]
206
207[[package]]
208name = "glob"
209version = "0.3.0"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
212
213[[package]]
214name = "hermit-abi"
215version = "0.1.19"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
218dependencies = [
219 "libc",
220]
221
222[[package]]
223name = "itoa"
224version = "0.4.8"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
227
228[[package]]
229name = "jobserver"
230version = "0.1.24"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
233dependencies = [
234 "libc",
235]
236
237[[package]]
238name = "lazy_static"
239version = "1.4.0"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
242
243[[package]]
244name = "libc"
245version = "0.2.101"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
248
249[[package]]
250name = "link-cplusplus"
251version = "1.0.5"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "8f1becd27d473556dc610b8afa1636ef90747b574a84553bc11e82371d5ef2d1"
254dependencies = [
255 "cc",
256]
257
258[[package]]
259name = "memmap"
260version = "0.7.0"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
263dependencies = [
264 "libc",
265 "winapi",
266]
267
268[[package]]
269name = "miniz_oxide"
270version = "0.4.4"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
273dependencies = [
274 "adler",
275 "autocfg",
276]
277
278[[package]]
279name = "pkg-config"
280version = "0.3.19"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
283
284[[package]]
285name = "proc-macro2"
286version = "1.0.28"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"
289dependencies = [
290 "unicode-xid",
291]
292
293[[package]]
294name = "quote"
295version = "1.0.9"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
298dependencies = [
299 "proc-macro2",
300]
301
302[[package]]
303name = "rustversion"
304version = "1.0.5"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
307
308[[package]]
309name = "ryu"
310version = "1.0.5"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
313
314[[package]]
315name = "scratch"
316version = "1.0.0"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "7e114536316b51a5aa7a0e59fc49661fd263c5507dd08bd28de052e57626ce69"
319
320[[package]]
321name = "serde"
322version = "1.0.129"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "d1f72836d2aa753853178eda473a3b9d8e4eefdaf20523b919677e6de489f8f1"
325dependencies = [
326 "serde_derive",
327]
328
329[[package]]
330name = "serde_derive"
331version = "1.0.129"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "e57ae87ad533d9a56427558b516d0adac283614e347abf85b0dc0cbbf0a249f3"
334dependencies = [
335 "proc-macro2",
336 "quote",
337 "syn",
338]
339
340[[package]]
341name = "serde_json"
342version = "1.0.66"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "336b10da19a12ad094b59d870ebde26a45402e5b470add4b5fd03c5048a32127"
345dependencies = [
346 "itoa",
347 "ryu",
348 "serde",
349]
350
351[[package]]
352name = "strsim"
353version = "0.8.0"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
356
357[[package]]
358name = "syn"
359version = "1.0.75"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "b7f58f7e8eaa0009c5fec437aabf511bd9933e4b2d7407bd05273c01a8906ea7"
362dependencies = [
363 "proc-macro2",
364 "quote",
365 "unicode-xid",
366]
367
368[[package]]
369name = "termcolor"
370version = "1.1.2"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
373dependencies = [
374 "winapi-util",
375]
376
377[[package]]
378name = "textwrap"
379version = "0.11.0"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
382dependencies = [
383 "unicode-width",
384]
385
386[[package]]
387name = "toml"
388version = "0.5.8"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
391dependencies = [
392 "serde",
393]
394
395[[package]]
396name = "trybuild"
397version = "1.0.45"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "5bdaf2a1d317f3d58b44b31c7f6436b9b9acafe7bddfeace50897c2b804d7792"
400dependencies = [
401 "dissimilar",
402 "glob",
403 "lazy_static",
404 "serde",
405 "serde_json",
406 "termcolor",
407 "toml",
408]
409
410[[package]]
411name = "unicode-width"
412version = "0.1.8"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
415
416[[package]]
417name = "unicode-xid"
418version = "0.2.2"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
421
422[[package]]
423name = "vec_map"
424version = "0.8.2"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
427
428[[package]]
429name = "winapi"
430version = "0.3.9"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
433dependencies = [
434 "winapi-i686-pc-windows-gnu",
435 "winapi-x86_64-pc-windows-gnu",
436]
437
438[[package]]
439name = "winapi-i686-pc-windows-gnu"
440version = "0.4.0"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
443
444[[package]]
445name = "winapi-util"
446version = "0.1.5"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
449dependencies = [
450 "winapi",
451]
452
453[[package]]
454name = "winapi-x86_64-pc-windows-gnu"
455version = "0.4.0"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
458