-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathCargo.toml
More file actions
417 lines (403 loc) · 30.6 KB
/
Cargo.toml
File metadata and controls
417 lines (403 loc) · 30.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
# This file is generated by `cargo hakari`.
# To regenerate, run:
# cargo hakari generate
[package]
name = "omicron-workspace-hack"
version = "0.1.0"
edition.workspace = true
description = "workspace-hack package, managed by hakari"
# You can choose to publish this crate: see https://docs.rs/cargo-hakari/latest/cargo_hakari/publishing.
publish = false
[lints]
workspace = true
# The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION comments
# are managed by hakari.
### BEGIN HAKARI SECTION
[dependencies]
ahash = { version = "0.8.12" }
aho-corasick = { version = "1.1.3" }
anyhow = { version = "1.0.99", features = ["backtrace"] }
aws-lc-rs = { version = "1.12.4", features = ["prebuilt-nasm"] }
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
base64 = { version = "0.22.1" }
base64ct = { version = "1.6.0", default-features = false, features = ["std"] }
bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1.3.2" }
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.4", default-features = false, features = ["serde"] }
bstr = { version = "1.10.0" }
buf-list = { version = "1.0.3", default-features = false, features = ["tokio1"] }
byteorder = { version = "1.5.0" }
bytes = { version = "1.10.1", features = ["serde"] }
chrono = { version = "0.4.42", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.5.48", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.48", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
const-oid = { version = "0.9.6", default-features = false, features = ["db", "std"] }
crossbeam-epoch = { version = "0.9.18" }
crossbeam-utils = { version = "0.8.21" }
crossterm = { version = "0.28.1", features = ["event-stream", "serde"] }
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibility", "rand_core"] }
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
data-encoding = { version = "2.9.0" }
der = { version = "0.7.10", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
ed25519-dalek = { version = "2.1.1", features = ["digest", "pem", "rand_core"] }
either = { version = "1.15.0", features = ["use_std"] }
elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std"] }
env_logger = { version = "0.11.8", default-features = false, features = ["auto-color"] }
ff = { version = "0.13.0", default-features = false, features = ["alloc"] }
flate2 = { version = "1.1.2", features = ["zlib-rs"] }
form_urlencoded = { version = "1.2.2" }
fs-err = { version = "3.1.1", default-features = false, features = ["tokio"] }
futures-channel = { version = "0.3.31", features = ["sink"] }
futures-core = { version = "0.3.31" }
futures-io = { version = "0.3.31" }
futures-sink = { version = "0.3.31" }
futures-task = { version = "0.3.31", default-features = false, features = ["std"] }
futures-util = { version = "0.3.31", features = ["channel", "io", "sink"] }
gateway-ereport-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "ea2f39ccdea124b5affcad0ca17bc5dacf65823a", default-features = false, features = ["debug-impls", "serde"] }
gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "ea2f39ccdea124b5affcad0ca17bc5dacf65823a", features = ["std"] }
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.16.1", default-features = false, features = ["allocator-api2", "inline-more"] }
heck = { version = "0.4.1", features = ["unicode"] }
hex = { version = "0.4.3", features = ["serde"] }
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "1.8.1", features = ["full"] }
iddqd = { version = "0.3.16", features = ["daft", "proptest", "schemars08"] }
idna = { version = "1.0.3" }
indexmap = { version = "2.12.1", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
ipnet = { version = "2.11.0", features = ["serde"] }
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.174", features = ["extra_traits"] }
log = { version = "0.4.27", default-features = false, features = ["kv_unstable", "std"] }
managed = { version = "0.8.0", default-features = false, features = ["alloc", "map"] }
memchr = { version = "2.7.4" }
newtype-uuid = { version = "1.3.2", features = ["proptest1"] }
nix = { version = "0.29.0", features = ["feature", "net", "uio"] }
num-bigint-dig = { version = "0.8.6", default-features = false, features = ["i128", "prime", "serde", "u64_digit", "zeroize"] }
num-integer = { version = "0.1.46", features = ["i128"] }
num-iter = { version = "0.1.45", default-features = false, features = ["i128"] }
num-traits = { version = "0.2.19", features = ["i128", "libm"] }
once_cell = { version = "1.21.3", features = ["critical-section"] }
openapiv3 = { version = "2.2.0", default-features = false, features = ["skip_serializing_defaults"] }
peg-runtime = { version = "0.8.5", default-features = false, features = ["std"] }
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
percent-encoding = { version = "2.3.2" }
petgraph-3b31131e45eafb45 = { package = "petgraph", version = "0.6.5", features = ["serde-1"] }
petgraph-c38e5c1d305a1b54 = { package = "petgraph", version = "0.8.2", features = ["serde-1"] }
phf_shared = { version = "0.11.2" }
pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption", "pem", "std"] }
portable-atomic = { version = "1.11.0" }
postgres-types = { version = "0.2.9", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
ppv-lite86 = { version = "0.2.20", default-features = false, features = ["simd", "std"] }
predicates = { version = "3.1.3" }
proc-macro2 = { version = "1.0.101" }
proptest = { version = "1.7.0" }
rand-274715c4dabd11b0 = { package = "rand", version = "0.9.2" }
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.5" }
rand_chacha-274715c4dabd11b0 = { package = "rand_chacha", version = "0.9.0", default-features = false, features = ["std"] }
rand_chacha-468e82937335b1c9 = { package = "rand_chacha", version = "0.3.1", default-features = false, features = ["std"] }
regex = { version = "1.11.3" }
regex-automata = { version = "0.4.11", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "std", "unicode"] }
regex-syntax = { version = "0.8.5" }
reqwest = { version = "0.12.24", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
rsa = { version = "0.9.10", features = ["serde", "sha2"] }
rustc-hash = { version = "2.1.1" }
rustls = { version = "0.23.19", features = ["ring"] }
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.27", features = ["serde"] }
serde = { version = "1.0.228", features = ["alloc", "derive", "rc"] }
serde_core = { version = "1.0.228", features = ["alloc", "rc"] }
serde_json = { version = "1.0.145", features = ["alloc", "raw_value", "unbounded_depth"] }
serde_with = { version = "3.14.0", features = ["hex", "schemars_0_8"] }
sha1 = { version = "0.10.6", features = ["oid"] }
sha2 = { version = "0.10.9", features = ["oid"] }
sha3 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.7.0", features = ["bytes", "inline", "unicode"] }
slog = { version = "2.8.2", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
smallvec = { version = "1.15.1", default-features = false, features = ["const_new"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.9" }
strum-2f80eeee3b1b6c7e = { package = "strum", version = "0.26.3", features = ["derive"] }
strum-754bda37e0fb3874 = { package = "strum", version = "0.27.2", features = ["derive"] }
subtle = { version = "2.6.1" }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.111", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
time = { version = "0.3.43", features = ["formatting", "local-offset", "macros", "parsing"] }
tokio = { version = "1.48.0", features = ["full", "test-util"] }
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
tokio-util = { version = "0.7.15", features = ["codec", "io-util", "rt", "time"] }
toml = { version = "0.7.8" }
toml_datetime = { version = "0.6.11", default-features = false, features = ["serde"] }
toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.27", features = ["serde"] }
tracing = { version = "0.1.40", features = ["log"] }
url = { version = "2.5.4", features = ["serde"] }
usdt = { version = "0.6.0" }
usdt-impl-3b31131e45eafb45 = { package = "usdt-impl", version = "0.6.0", default-features = false, features = ["des"] }
usdt-impl-d8f496e17d97b5cb = { package = "usdt-impl", version = "0.5.0", default-features = false, features = ["asm", "des"] }
uuid = { version = "1.19.0", features = ["serde", "v4"] }
winnow-ca01ad9e24f5d932 = { package = "winnow", version = "0.7.13" }
x509-cert = { version = "0.2.5" }
zerocopy-c38e5c1d305a1b54 = { package = "zerocopy", version = "0.8.27", default-features = false, features = ["derive", "simd"] }
zeroize = { version = "1.8.1", features = ["std", "zeroize_derive"] }
zip-164d15cefe24d7eb = { package = "zip", version = "4.2.0", default-features = false, features = ["bzip2", "deflate", "jiff-02", "zstd"] }
zip-3b31131e45eafb45 = { package = "zip", version = "0.6.6", default-features = false, features = ["bzip2", "deflate"] }
[build-dependencies]
ahash = { version = "0.8.12" }
aho-corasick = { version = "1.1.3" }
anyhow = { version = "1.0.99", features = ["backtrace"] }
aws-lc-rs = { version = "1.12.4", features = ["prebuilt-nasm"] }
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
base64 = { version = "0.22.1" }
base64ct = { version = "1.6.0", default-features = false, features = ["std"] }
bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1.3.2" }
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.4", default-features = false, features = ["serde"] }
bstr = { version = "1.10.0" }
buf-list = { version = "1.0.3", default-features = false, features = ["tokio1"] }
byteorder = { version = "1.5.0" }
bytes = { version = "1.10.1", features = ["serde"] }
cc = { version = "1.2.30", default-features = false, features = ["parallel"] }
chrono = { version = "0.4.42", features = ["serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.5.48", features = ["cargo", "derive", "env", "wrap_help"] }
clap_builder = { version = "4.5.48", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
const-oid = { version = "0.9.6", default-features = false, features = ["db", "std"] }
crossbeam-epoch = { version = "0.9.18" }
crossbeam-utils = { version = "0.8.21" }
crossterm = { version = "0.28.1", features = ["event-stream", "serde"] }
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibility", "rand_core"] }
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
data-encoding = { version = "2.9.0" }
der = { version = "0.7.10", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
ed25519-dalek = { version = "2.1.1", features = ["digest", "pem", "rand_core"] }
either = { version = "1.15.0", features = ["use_std"] }
elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std"] }
env_logger = { version = "0.11.8", default-features = false, features = ["auto-color"] }
ff = { version = "0.13.0", default-features = false, features = ["alloc"] }
flate2 = { version = "1.1.2", features = ["zlib-rs"] }
form_urlencoded = { version = "1.2.2" }
fs-err = { version = "3.1.1", default-features = false, features = ["tokio"] }
futures-channel = { version = "0.3.31", features = ["sink"] }
futures-core = { version = "0.3.31" }
futures-io = { version = "0.3.31" }
futures-sink = { version = "0.3.31" }
futures-task = { version = "0.3.31", default-features = false, features = ["std"] }
futures-util = { version = "0.3.31", features = ["channel", "io", "sink"] }
gateway-ereport-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "ea2f39ccdea124b5affcad0ca17bc5dacf65823a", default-features = false, features = ["debug-impls", "serde"] }
gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "ea2f39ccdea124b5affcad0ca17bc5dacf65823a", features = ["std"] }
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.16.1", default-features = false, features = ["allocator-api2", "inline-more"] }
heck = { version = "0.4.1", features = ["unicode"] }
hex = { version = "0.4.3", features = ["serde"] }
hickory-proto = { version = "0.25.2", features = ["serde", "text-parsing"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "1.8.1", features = ["full"] }
iddqd = { version = "0.3.16", features = ["daft", "proptest", "schemars08"] }
idna = { version = "1.0.3" }
indexmap = { version = "2.12.1", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
ipnet = { version = "2.11.0", features = ["serde"] }
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.174", features = ["extra_traits"] }
log = { version = "0.4.27", default-features = false, features = ["kv_unstable", "std"] }
managed = { version = "0.8.0", default-features = false, features = ["alloc", "map"] }
memchr = { version = "2.7.4" }
newtype-uuid = { version = "1.3.2", features = ["proptest1"] }
nix = { version = "0.29.0", features = ["feature", "net", "uio"] }
num-bigint-dig = { version = "0.8.6", default-features = false, features = ["i128", "prime", "serde", "u64_digit", "zeroize"] }
num-integer = { version = "0.1.46", features = ["i128"] }
num-iter = { version = "0.1.45", default-features = false, features = ["i128"] }
num-traits = { version = "0.2.19", features = ["i128", "libm"] }
once_cell = { version = "1.21.3", features = ["critical-section"] }
openapiv3 = { version = "2.2.0", default-features = false, features = ["skip_serializing_defaults"] }
peg-runtime = { version = "0.8.5", default-features = false, features = ["std"] }
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
percent-encoding = { version = "2.3.2" }
petgraph-3b31131e45eafb45 = { package = "petgraph", version = "0.6.5", features = ["serde-1"] }
petgraph-c38e5c1d305a1b54 = { package = "petgraph", version = "0.8.2", features = ["serde-1"] }
phf_shared = { version = "0.11.2" }
pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption", "pem", "std"] }
portable-atomic = { version = "1.11.0" }
postgres-types = { version = "0.2.9", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
ppv-lite86 = { version = "0.2.20", default-features = false, features = ["simd", "std"] }
predicates = { version = "3.1.3" }
proc-macro2 = { version = "1.0.101" }
proptest = { version = "1.7.0" }
rand-274715c4dabd11b0 = { package = "rand", version = "0.9.2" }
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.5" }
rand_chacha-274715c4dabd11b0 = { package = "rand_chacha", version = "0.9.0", default-features = false, features = ["std"] }
rand_chacha-468e82937335b1c9 = { package = "rand_chacha", version = "0.3.1", default-features = false, features = ["std"] }
regex = { version = "1.11.3" }
regex-automata = { version = "0.4.11", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "std", "unicode"] }
regex-syntax = { version = "0.8.5" }
reqwest = { version = "0.12.24", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
rsa = { version = "0.9.10", features = ["serde", "sha2"] }
rustc-hash = { version = "2.1.1" }
rustls = { version = "0.23.19", features = ["ring"] }
rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] }
schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.27", features = ["serde"] }
serde = { version = "1.0.228", features = ["alloc", "derive", "rc"] }
serde_core = { version = "1.0.228", features = ["alloc", "rc"] }
serde_json = { version = "1.0.145", features = ["alloc", "raw_value", "unbounded_depth"] }
serde_with = { version = "3.14.0", features = ["hex", "schemars_0_8"] }
serde_with_macros = { version = "3.14.0", default-features = false, features = ["schemars_0_8"] }
sha1 = { version = "0.10.6", features = ["oid"] }
sha2 = { version = "0.10.9", features = ["oid"] }
sha3 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.7.0", features = ["bytes", "inline", "unicode"] }
slog = { version = "2.8.2", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
smallvec = { version = "1.15.1", default-features = false, features = ["const_new"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.9" }
strum-2f80eeee3b1b6c7e = { package = "strum", version = "0.26.3", features = ["derive"] }
strum-754bda37e0fb3874 = { package = "strum", version = "0.27.2", features = ["derive"] }
subtle = { version = "2.6.1" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full", "visit"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.111", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
time = { version = "0.3.43", features = ["formatting", "local-offset", "macros", "parsing"] }
time-macros = { version = "0.2.24", default-features = false, features = ["formatting", "parsing"] }
tokio = { version = "1.48.0", features = ["full", "test-util"] }
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
tokio-stream = { version = "0.1.17", features = ["net", "sync"] }
tokio-util = { version = "0.7.15", features = ["codec", "io-util", "rt", "time"] }
toml = { version = "0.7.8" }
toml_datetime = { version = "0.6.11", default-features = false, features = ["serde"] }
toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.27", features = ["serde"] }
tracing = { version = "0.1.40", features = ["log"] }
url = { version = "2.5.4", features = ["serde"] }
usdt = { version = "0.6.0" }
usdt-impl-3b31131e45eafb45 = { package = "usdt-impl", version = "0.6.0", default-features = false, features = ["des"] }
usdt-impl-d8f496e17d97b5cb = { package = "usdt-impl", version = "0.5.0", default-features = false, features = ["asm", "des"] }
uuid = { version = "1.19.0", features = ["serde", "v4"] }
vergen = { version = "9.0.6", features = ["cargo", "rustc"] }
vergen-lib = { version = "0.1.6", features = ["cargo", "git", "rustc"] }
winnow-ca01ad9e24f5d932 = { package = "winnow", version = "0.7.13" }
x509-cert = { version = "0.2.5" }
zerocopy-c38e5c1d305a1b54 = { package = "zerocopy", version = "0.8.27", default-features = false, features = ["derive", "simd"] }
zeroize = { version = "1.8.1", features = ["std", "zeroize_derive"] }
zip-164d15cefe24d7eb = { package = "zip", version = "4.2.0", default-features = false, features = ["bzip2", "deflate", "jiff-02", "zstd"] }
zip-3b31131e45eafb45 = { package = "zip", version = "0.6.6", default-features = false, features = ["bzip2", "deflate"] }
[target.x86_64-unknown-linux-gnu.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.4", default-features = false, features = ["std"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
dof-468e82937335b1c9 = { package = "dof", version = "0.3.0", default-features = false, features = ["des"] }
dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features = false, features = ["des"] }
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
hyper-util = { version = "0.1.19", features = ["full"] }
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "std", "system", "xdp"] }
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
mio = { version = "1.0.2", features = ["net", "os-ext"] }
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
zerocopy-ca01ad9e24f5d932 = { package = "zerocopy", version = "0.7.35", features = ["derive", "simd"] }
[target.x86_64-unknown-linux-gnu.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.4", default-features = false, features = ["std"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
dof-468e82937335b1c9 = { package = "dof", version = "0.3.0", default-features = false, features = ["des"] }
dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features = false, features = ["des"] }
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
hyper-util = { version = "0.1.19", features = ["full"] }
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "std", "system", "xdp"] }
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
mio = { version = "1.0.2", features = ["net", "os-ext"] }
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
zerocopy-ca01ad9e24f5d932 = { package = "zerocopy", version = "0.7.35", features = ["derive", "simd"] }
[target.x86_64-apple-darwin.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.4", default-features = false, features = ["std"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
hyper-util = { version = "0.1.19", features = ["full"] }
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
mio = { version = "1.0.2", features = ["net", "os-ext"] }
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
[target.x86_64-apple-darwin.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.4", default-features = false, features = ["std"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
hyper-util = { version = "0.1.19", features = ["full"] }
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
mio = { version = "1.0.2", features = ["net", "os-ext"] }
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
[target.aarch64-apple-darwin.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.4", default-features = false, features = ["std"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
hyper-util = { version = "0.1.19", features = ["full"] }
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
mio = { version = "1.0.2", features = ["net", "os-ext"] }
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
[target.aarch64-apple-darwin.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.4", default-features = false, features = ["std"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
hyper-util = { version = "0.1.19", features = ["full"] }
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
mio = { version = "1.0.2", features = ["net", "os-ext"] }
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
[target.x86_64-unknown-illumos.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.4", default-features = false, features = ["std"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
dof-468e82937335b1c9 = { package = "dof", version = "0.3.0", default-features = false, features = ["des"] }
dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features = false, features = ["des"] }
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
hyper-util = { version = "0.1.19", features = ["full"] }
itertools = { version = "0.10.5" }
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
mio = { version = "1.0.2", features = ["net", "os-ext"] }
nom = { version = "7.1.3" }
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
winnow-3b31131e45eafb45 = { package = "winnow", version = "0.6.26", features = ["simd"] }
zerocopy-ca01ad9e24f5d932 = { package = "zerocopy", version = "0.7.35", features = ["derive", "simd"] }
[target.x86_64-unknown-illumos.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.9.4", default-features = false, features = ["std"] }
clang-sys = { version = "1.8.1", default-features = false, features = ["clang_11_0", "runtime"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
dof-468e82937335b1c9 = { package = "dof", version = "0.3.0", default-features = false, features = ["des"] }
dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features = false, features = ["des"] }
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
hyper-util = { version = "0.1.19", features = ["full"] }
itertools = { version = "0.10.5" }
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
mio = { version = "1.0.2", features = ["net", "os-ext"] }
nom = { version = "7.1.3" }
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1.0.7", features = ["fs", "stdio", "termios"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }
winnow-3b31131e45eafb45 = { package = "winnow", version = "0.6.26", features = ["simd"] }
zerocopy-ca01ad9e24f5d932 = { package = "zerocopy", version = "0.7.35", features = ["derive", "simd"] }
### END HAKARI SECTION