cmc/learn
My personal learning area.
clone: git clone https://gitbay.org/cmc/learn.git
main: rust/todo/Cargo.lock · raw
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "anstream"
7version = "0.6.18"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
10dependencies = [
11 "anstyle",
12 "anstyle-parse",
13 "anstyle-query",
14 "anstyle-wincon",
15 "colorchoice",
16 "is_terminal_polyfill",
17 "utf8parse",
18]
19
20[[package]]
21name = "anstyle"
22version = "1.0.10"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
25
26[[package]]
27name = "anstyle-parse"
28version = "0.2.6"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
31dependencies = [
32 "utf8parse",
33]
34
35[[package]]
36name = "anstyle-query"
37version = "1.1.2"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
40dependencies = [
41 "windows-sys",
42]
43
44[[package]]
45name = "anstyle-wincon"
46version = "3.0.7"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
49dependencies = [
50 "anstyle",
51 "once_cell",
52 "windows-sys",
53]
54
55[[package]]
56name = "clap"
57version = "4.5.37"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
60dependencies = [
61 "clap_builder",
62 "clap_derive",
63]
64
65[[package]]
66name = "clap_builder"
67version = "4.5.37"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
70dependencies = [
71 "anstream",
72 "anstyle",
73 "clap_lex",
74 "strsim",
75]
76
77[[package]]
78name = "clap_derive"
79version = "4.5.32"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
82dependencies = [
83 "heck",
84 "proc-macro2",
85 "quote",
86 "syn",
87]
88
89[[package]]
90name = "clap_lex"
91version = "0.7.4"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
94
95[[package]]
96name = "colorchoice"
97version = "1.0.3"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
100
101[[package]]
102name = "heck"
103version = "0.5.0"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
106
107[[package]]
108name = "is_terminal_polyfill"
109version = "1.70.1"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
112
113[[package]]
114name = "once_cell"
115version = "1.21.3"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
118
119[[package]]
120name = "proc-macro2"
121version = "1.0.95"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
124dependencies = [
125 "unicode-ident",
126]
127
128[[package]]
129name = "quote"
130version = "1.0.40"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
133dependencies = [
134 "proc-macro2",
135]
136
137[[package]]
138name = "strsim"
139version = "0.11.1"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
142
143[[package]]
144name = "syn"
145version = "2.0.101"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
148dependencies = [
149 "proc-macro2",
150 "quote",
151 "unicode-ident",
152]
153
154[[package]]
155name = "todo"
156version = "0.1.0"
157dependencies = [
158 "clap",
159]
160
161[[package]]
162name = "unicode-ident"
163version = "1.0.18"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
166
167[[package]]
168name = "utf8parse"
169version = "0.2.2"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
172
173[[package]]
174name = "windows-sys"
175version = "0.59.0"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
178dependencies = [
179 "windows-targets",
180]
181
182[[package]]
183name = "windows-targets"
184version = "0.52.6"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
187dependencies = [
188 "windows_aarch64_gnullvm",
189 "windows_aarch64_msvc",
190 "windows_i686_gnu",
191 "windows_i686_gnullvm",
192 "windows_i686_msvc",
193 "windows_x86_64_gnu",
194 "windows_x86_64_gnullvm",
195 "windows_x86_64_msvc",
196]
197
198[[package]]
199name = "windows_aarch64_gnullvm"
200version = "0.52.6"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
203
204[[package]]
205name = "windows_aarch64_msvc"
206version = "0.52.6"
207source = "registry+https://github.com/rust-lang/crates.io-index"
208checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
209
210[[package]]
211name = "windows_i686_gnu"
212version = "0.52.6"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
215
216[[package]]
217name = "windows_i686_gnullvm"
218version = "0.52.6"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
221
222[[package]]
223name = "windows_i686_msvc"
224version = "0.52.6"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
227
228[[package]]
229name = "windows_x86_64_gnu"
230version = "0.52.6"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
233
234[[package]]
235name = "windows_x86_64_gnullvm"
236version = "0.52.6"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
239
240[[package]]
241name = "windows_x86_64_msvc"
242version = "0.52.6"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"