aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-10-11 11:34:59 +0100
committerdiogo464 <[email protected]>2025-10-11 11:34:59 +0100
commit521218ce06fbb7bd518eb6a069406936079e3ec2 (patch)
tree862e84ec23175119abb7652e197a4113e7fcc31b /Cargo.lock
parent89db26c86bf48a4c527778fc254765a38b7e9085 (diff)
initial working version
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock242
1 files changed, 242 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e27c7d7..77e808b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,12 +3,120 @@
3version = 4 3version = 4
4 4
5[[package]] 5[[package]]
6name = "anstream"
7version = "0.6.21"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
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.13"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
25
26[[package]]
27name = "anstyle-parse"
28version = "0.2.7"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
31dependencies = [
32 "utf8parse",
33]
34
35[[package]]
36name = "anstyle-query"
37version = "1.1.4"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
40dependencies = [
41 "windows-sys",
42]
43
44[[package]]
45name = "anstyle-wincon"
46version = "3.0.10"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
49dependencies = [
50 "anstyle",
51 "once_cell_polyfill",
52 "windows-sys",
53]
54
55[[package]]
56name = "clap"
57version = "4.5.48"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
60dependencies = [
61 "clap_builder",
62 "clap_derive",
63]
64
65[[package]]
66name = "clap_builder"
67version = "4.5.48"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
70dependencies = [
71 "anstream",
72 "anstyle",
73 "clap_lex",
74 "strsim",
75]
76
77[[package]]
78name = "clap_derive"
79version = "4.5.47"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
82dependencies = [
83 "heck",
84 "proc-macro2",
85 "quote",
86 "syn",
87]
88
89[[package]]
90name = "clap_lex"
91version = "0.7.5"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
94
95[[package]]
96name = "colorchoice"
97version = "1.0.4"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
100
101[[package]]
102name = "heck"
103version = "0.5.0"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
106
107[[package]]
6name = "ipnet" 108name = "ipnet"
7version = "2.11.0" 109version = "2.11.0"
8source = "registry+https://github.com/rust-lang/crates.io-index" 110source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 111checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
10 112
11[[package]] 113[[package]]
114name = "is_terminal_polyfill"
115version = "1.70.1"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
118
119[[package]]
12name = "libc" 120name = "libc"
13version = "0.2.176" 121version = "0.2.176"
14source = "registry+https://github.com/rust-lang/crates.io-index" 122source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -18,6 +126,140 @@ checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
18name = "netiso" 126name = "netiso"
19version = "0.1.0" 127version = "0.1.0"
20dependencies = [ 128dependencies = [
129 "clap",
21 "ipnet", 130 "ipnet",
22 "libc", 131 "libc",
23] 132]
133
134[[package]]
135name = "once_cell_polyfill"
136version = "1.70.1"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
139
140[[package]]
141name = "proc-macro2"
142version = "1.0.101"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
145dependencies = [
146 "unicode-ident",
147]
148
149[[package]]
150name = "quote"
151version = "1.0.41"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
154dependencies = [
155 "proc-macro2",
156]
157
158[[package]]
159name = "strsim"
160version = "0.11.1"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
163
164[[package]]
165name = "syn"
166version = "2.0.106"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
169dependencies = [
170 "proc-macro2",
171 "quote",
172 "unicode-ident",
173]
174
175[[package]]
176name = "unicode-ident"
177version = "1.0.19"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
180
181[[package]]
182name = "utf8parse"
183version = "0.2.2"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
186
187[[package]]
188name = "windows-link"
189version = "0.2.1"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
192
193[[package]]
194name = "windows-sys"
195version = "0.60.2"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
198dependencies = [
199 "windows-targets",
200]
201
202[[package]]
203name = "windows-targets"
204version = "0.53.5"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
207dependencies = [
208 "windows-link",
209 "windows_aarch64_gnullvm",
210 "windows_aarch64_msvc",
211 "windows_i686_gnu",
212 "windows_i686_gnullvm",
213 "windows_i686_msvc",
214 "windows_x86_64_gnu",
215 "windows_x86_64_gnullvm",
216 "windows_x86_64_msvc",
217]
218
219[[package]]
220name = "windows_aarch64_gnullvm"
221version = "0.53.1"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
224
225[[package]]
226name = "windows_aarch64_msvc"
227version = "0.53.1"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
230
231[[package]]
232name = "windows_i686_gnu"
233version = "0.53.1"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
236
237[[package]]
238name = "windows_i686_gnullvm"
239version = "0.53.1"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
242
243[[package]]
244name = "windows_i686_msvc"
245version = "0.53.1"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
248
249[[package]]
250name = "windows_x86_64_gnu"
251version = "0.53.1"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
254
255[[package]]
256name = "windows_x86_64_gnullvm"
257version = "0.53.1"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
260
261[[package]]
262name = "windows_x86_64_msvc"
263version = "0.53.1"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"