• 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 = "anstyle"
7version = "1.0.8"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
10
11[[package]]
12name = "clap"
13version = "4.5.20"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
16dependencies = [
17 "clap_builder",
18]
19
20[[package]]
21name = "clap_builder"
22version = "4.5.20"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
25dependencies = [
26 "anstyle",
27 "clap_lex",
28 "strsim",
29]
30
31[[package]]
32name = "clap_lex"
33version = "0.7.2"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
36
37[[package]]
38name = "codespan-reporting"
39version = "0.11.1"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
42dependencies = [
43 "termcolor",
44 "unicode-width",
45]
46
47[[package]]
48name = "cxxbridge-cmd"
49version = "1.0.135"
50dependencies = [
51 "clap",
52 "codespan-reporting",
53 "proc-macro2",
54 "quote",
55 "syn",
56]
57
58[[package]]
59name = "proc-macro2"
60version = "1.0.87"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
63dependencies = [
64 "unicode-ident",
65]
66
67[[package]]
68name = "quote"
69version = "1.0.37"
70source = "registry+https://github.com/rust-lang/crates.io-index"
71checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
72dependencies = [
73 "proc-macro2",
74]
75
76[[package]]
77name = "strsim"
78version = "0.11.1"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
81
82[[package]]
83name = "syn"
84version = "2.0.79"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
87dependencies = [
88 "proc-macro2",
89 "quote",
90 "unicode-ident",
91]
92
93[[package]]
94name = "termcolor"
95version = "1.2.0"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
98dependencies = [
99 "winapi-util",
100]
101
102[[package]]
103name = "unicode-ident"
104version = "1.0.8"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
107
108[[package]]
109name = "unicode-width"
110version = "0.1.10"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
113
114[[package]]
115name = "winapi"
116version = "0.3.9"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
119dependencies = [
120 "winapi-i686-pc-windows-gnu",
121 "winapi-x86_64-pc-windows-gnu",
122]
123
124[[package]]
125name = "winapi-i686-pc-windows-gnu"
126version = "0.4.0"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
129
130[[package]]
131name = "winapi-util"
132version = "0.1.5"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
135dependencies = [
136 "winapi",
137]
138
139[[package]]
140name = "winapi-x86_64-pc-windows-gnu"
141version = "0.4.0"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
144