-
Notifications
You must be signed in to change notification settings - Fork 496
Expand file tree
/
Copy pathCargo.toml
More file actions
325 lines (317 loc) · 22.4 KB
/
Cargo.toml
File metadata and controls
325 lines (317 loc) · 22.4 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
[package]
name = "workspace-hack"
description = "workspace-hack package, managed by hakari"
version = "0.0.0"
edition.workspace = true
rust-version.workspace = true
publish = false
# The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION
# comments are managed by hakari.
#
# To regenerate, run:
# cargo hakari generate
### BEGIN HAKARI SECTION
[dependencies]
ahash = { version = "0.8.11" }
aho-corasick = { version = "1.1.3" }
anyhow = { version = "1.0.95", features = ["backtrace"] }
async-compression = { version = "0.4.11", default-features = false, features = ["bzip2", "gzip", "tokio", "xz", "zstd"] }
aws-config = { version = "1.2.1", default-features = false, features = ["sso"] }
aws-credential-types = { version = "1.2.0", default-features = false, features = ["hardcoded-credentials", "test-util"] }
aws-runtime = { version = "1.2.0", default-features = false, features = ["event-stream", "http-02x"] }
aws-sdk-sts = { version = "1.21.0", default-features = false, features = ["rt-tokio"] }
aws-sigv4 = { version = "1.2.0", features = ["http0-compat", "sign-eventstream"] }
aws-smithy-async = { version = "1.2.1", default-features = false, features = ["rt-tokio"] }
aws-smithy-http = { version = "0.60.10", default-features = false, features = ["event-stream"] }
aws-smithy-runtime = { version = "1.3.1", default-features = false, features = ["client", "connector-hyper-0-14-x"] }
aws-smithy-types = { version = "1.2.13", default-features = false, features = ["byte-stream-poll-next", "http-body-0-4-x", "http-body-1-x", "rt-tokio", "test-util"] }
axum = { version = "0.7.5", features = ["ws"] }
axum-core = { version = "0.4.3", default-features = false, features = ["tracing"] }
bstr = { version = "0.2.14" }
byteorder = { version = "1.5.0" }
bytes = { version = "1.4.0", features = ["serde"] }
chrono = { version = "0.4.39", default-features = false, features = ["clock", "serde", "wasmbind"] }
clap = { version = "4.5.23", features = ["derive", "env", "string", "wrap_help"] }
clap_builder = { version = "4.5.23", default-features = false, features = ["color", "env", "std", "string", "suggestions", "usage", "wrap_help"] }
concurrent-queue = { version = "2.5.0" }
console = { version = "0.15.10", default-features = false, features = ["ansi-parsing", "unicode-width"] }
criterion = { version = "0.5.1", features = ["async_tokio", "html_reports"] }
crossbeam-deque = { version = "0.8.6" }
crossbeam-epoch = { version = "0.9.18" }
crossbeam-utils = { version = "0.8.20" }
crypto-common = { version = "0.1.6", default-features = false, features = ["std"] }
csv-async = { version = "1.3.0", features = ["tokio"] }
debugid = { version = "0.8.0", default-features = false, features = ["serde"] }
dec = { version = "0.4.9", default-features = false, features = ["num-traits", "serde"] }
digest = { version = "0.10.6", features = ["mac", "std"] }
either = { version = "1.8.0" }
event-listener = { version = "5.4.0" }
event-listener-strategy = { version = "0.5.2" }
flate2 = { version = "1.0.32", features = ["zlib"] }
form_urlencoded = { version = "1.2.1" }
futures-channel = { version = "0.3.30", features = ["sink"] }
futures-core = { version = "0.3.31" }
futures-executor = { version = "0.3.30" }
futures-io = { version = "0.3.30" }
futures-sink = { version = "0.3.31" }
futures-task = { version = "0.3.30" }
futures-util = { version = "0.3.30", features = ["channel", "io", "sink"] }
getrandom = { version = "0.2.10", default-features = false, features = ["std"] }
half = { version = "2.4.1", features = ["num-traits"] }
hashbrown = { version = "0.14.5", features = ["raw"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", features = ["client", "http1", "http2", "stream", "tcp"] }
hyper-dff4ba8e3ae991db = { package = "hyper", version = "1.4.1", features = ["client", "http1", "http2", "server"] }
hyper-util = { version = "0.1.6", features = ["client-legacy", "server-auto", "service"] }
indexmap = { version = "1.9.1", default-features = false, features = ["std"] }
insta = { version = "1.41.1", features = ["json"] }
k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "v1_29"] }
kube = { version = "0.92.1", default-features = false, features = ["client", "derive", "openssl-tls", "runtime", "ws"] }
kube-client = { version = "0.92.1", default-features = false, features = ["jsonpatch", "openssl-tls", "ws"] }
kube-core = { version = "0.92.1", default-features = false, features = ["jsonpatch", "schema", "ws"] }
libc = { version = "0.2.169", features = ["extra_traits", "use_std"] }
libz-sys = { version = "1.1.19", features = ["static"] }
log = { version = "0.4.25", default-features = false, features = ["std"] }
lru = { version = "0.12.3" }
memchr = { version = "2.7.4", features = ["use_std"] }
mime_guess = { version = "2.0.5" }
minimal-lexical = { version = "0.2.1", default-features = false, features = ["std"] }
mysql_async = { version = "0.35.1", default-features = false, features = ["binlog", "minimal", "native-tls-tls", "tracing"] }
mysql_common = { version = "0.34.1", default-features = false, features = ["binlog", "chrono"] }
native-tls = { version = "0.2.11", default-features = false, features = ["alpn"] }
nix = { version = "0.26.1" }
nom = { version = "7.1.2" }
num = { version = "0.4.3" }
num-bigint = { version = "0.4.6" }
num-integer = { version = "0.1.46", features = ["i128"] }
num-traits = { version = "0.2.19", features = ["i128", "libm"] }
openssl = { version = "0.10.70", features = ["vendored"] }
openssl-sys = { version = "0.9.105", default-features = false, features = ["vendored"] }
ordered-float = { version = "4.6.0", features = ["serde"] }
parking_lot = { version = "0.12.1", features = ["send_guard"] }
parquet = { version = "53.3.0", default-features = false, features = ["arrow", "async", "brotli", "flate2", "lz4", "snap", "zstd"] }
percent-encoding = { version = "2.3.1" }
phf = { version = "0.11.3", features = ["uncased"] }
phf_shared = { version = "0.11.3", features = ["uncased"] }
portable-atomic = { version = "1.6.0", features = ["require-cas"] }
postgres = { git = "https://github.com/MaterializeInc/rust-postgres", default-features = false, features = ["with-chrono-0_4"] }
postgres-types = { git = "https://github.com/MaterializeInc/rust-postgres", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "2.1.5", default-features = false, features = ["diff"] }
proc-macro2 = { version = "1.0.93", features = ["span-locations"] }
prost = { version = "0.13.4", features = ["no-recursion-limit", "prost-derive"] }
prost-reflect = { version = "0.14.6", default-features = false, features = ["serde"] }
prost-types = { version = "0.13.2" }
quote = { version = "1.0.38" }
rand = { version = "0.8.5", features = ["small_rng"] }
rand_chacha = { version = "0.3.0" }
rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka.git", features = ["cmake-build", "libz-static", "ssl-vendored", "zstd"] }
regex = { version = "1.10.5" }
regex-automata = { version = "0.4.7", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-syntax = { version = "0.8.3" }
reqwest-5ef9efb8ec2df382 = { package = "reqwest", version = "0.12.4", features = ["blocking", "json", "stream"] }
reqwest-a6292c17cd707f01 = { package = "reqwest", version = "0.11.24", features = ["blocking", "json", "multipart", "native-tls-vendored", "stream"] }
schemars = { version = "0.8.11", features = ["uuid1"] }
scopeguard = { version = "1.1.0" }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.203", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.127", features = ["alloc", "arbitrary_precision", "float_roundtrip", "preserve_order", "raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.6", features = ["asm"] }
similar = { version = "2.2.1", features = ["inline", "unicode"] }
smallvec = { version = "1.13.2", default-features = false, features = ["const_new", "serde", "union"] }
socket2 = { version = "0.5.7", default-features = false, features = ["all"] }
subtle = { version = "2.4.1" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.107", features = ["extra-traits", "full", "visit", "visit-mut"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.98", features = ["extra-traits", "full", "visit", "visit-mut"] }
time = { version = "0.3.17", features = ["local-offset", "macros", "quickcheck", "serde-well-known"] }
tokio = { version = "1.43.0", features = ["full", "test-util", "tracing"] }
tokio-postgres = { git = "https://github.com/MaterializeInc/rust-postgres", features = ["serde", "with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
tokio-stream = { version = "0.1.16", features = ["net", "sync"] }
tokio-util = { version = "0.7.13", features = ["codec", "compat", "io", "time"] }
toml_datetime = { version = "0.6.3", default-features = false, features = ["serde"] }
tonic = { version = "0.12.3", features = ["gzip"] }
tower = { version = "0.4.13", features = ["balance", "buffer", "filter", "limit", "load-shed", "retry", "timeout", "util"] }
tower-http = { version = "0.5.2", features = ["auth", "cors", "map-response-body", "trace", "util"] }
tracing = { version = "0.1.41", features = ["log"] }
tracing-core = { version = "0.1.33" }
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] }
tungstenite = { version = "0.21.0" }
uncased = { version = "0.9.10" }
unicode-bidi = { version = "0.3.18" }
unicode-normalization = { version = "0.1.23" }
url = { version = "2.5.4", features = ["serde"] }
uuid = { version = "1.7.0", features = ["serde", "v4", "v5"] }
zeroize = { version = "1.8.1", features = ["serde"] }
zstd = { version = "0.13.0" }
zstd-safe = { version = "7.2.1", default-features = false, features = ["arrays", "legacy", "std", "zdict_builder"] }
zstd-sys = { version = "2.0.13", features = ["std"] }
[build-dependencies]
ahash = { version = "0.8.11" }
aho-corasick = { version = "1.1.3" }
anyhow = { version = "1.0.95", features = ["backtrace"] }
async-compression = { version = "0.4.11", default-features = false, features = ["bzip2", "gzip", "tokio", "xz", "zstd"] }
aws-config = { version = "1.2.1", default-features = false, features = ["sso"] }
aws-credential-types = { version = "1.2.0", default-features = false, features = ["hardcoded-credentials", "test-util"] }
aws-runtime = { version = "1.2.0", default-features = false, features = ["event-stream", "http-02x"] }
aws-sdk-sts = { version = "1.21.0", default-features = false, features = ["rt-tokio"] }
aws-sigv4 = { version = "1.2.0", features = ["http0-compat", "sign-eventstream"] }
aws-smithy-async = { version = "1.2.1", default-features = false, features = ["rt-tokio"] }
aws-smithy-http = { version = "0.60.10", default-features = false, features = ["event-stream"] }
aws-smithy-runtime = { version = "1.3.1", default-features = false, features = ["client", "connector-hyper-0-14-x"] }
aws-smithy-types = { version = "1.2.13", default-features = false, features = ["byte-stream-poll-next", "http-body-0-4-x", "http-body-1-x", "rt-tokio", "test-util"] }
axum = { version = "0.7.5", features = ["ws"] }
axum-core = { version = "0.4.3", default-features = false, features = ["tracing"] }
bstr = { version = "0.2.14" }
byteorder = { version = "1.5.0" }
bytes = { version = "1.4.0", features = ["serde"] }
cc = { version = "1.1.28", default-features = false, features = ["parallel"] }
chrono = { version = "0.4.39", default-features = false, features = ["clock", "serde", "wasmbind"] }
clap = { version = "4.5.23", features = ["derive", "env", "string", "wrap_help"] }
clap_builder = { version = "4.5.23", default-features = false, features = ["color", "env", "std", "string", "suggestions", "usage", "wrap_help"] }
concurrent-queue = { version = "2.5.0" }
console = { version = "0.15.10", default-features = false, features = ["ansi-parsing", "unicode-width"] }
criterion = { version = "0.5.1", features = ["async_tokio", "html_reports"] }
crossbeam-deque = { version = "0.8.6" }
crossbeam-epoch = { version = "0.9.18" }
crossbeam-utils = { version = "0.8.20" }
crypto-common = { version = "0.1.6", default-features = false, features = ["std"] }
csv-async = { version = "1.3.0", features = ["tokio"] }
debugid = { version = "0.8.0", default-features = false, features = ["serde"] }
dec = { version = "0.4.9", default-features = false, features = ["num-traits", "serde"] }
digest = { version = "0.10.6", features = ["mac", "std"] }
either = { version = "1.8.0" }
event-listener = { version = "5.4.0" }
event-listener-strategy = { version = "0.5.2" }
flate2 = { version = "1.0.32", features = ["zlib"] }
form_urlencoded = { version = "1.2.1" }
futures-channel = { version = "0.3.30", features = ["sink"] }
futures-core = { version = "0.3.31" }
futures-executor = { version = "0.3.30" }
futures-io = { version = "0.3.30" }
futures-sink = { version = "0.3.31" }
futures-task = { version = "0.3.30" }
futures-util = { version = "0.3.30", features = ["channel", "io", "sink"] }
getrandom = { version = "0.2.10", default-features = false, features = ["std"] }
half = { version = "2.4.1", features = ["num-traits"] }
hashbrown = { version = "0.14.5", features = ["raw"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", features = ["client", "http1", "http2", "stream", "tcp"] }
hyper-dff4ba8e3ae991db = { package = "hyper", version = "1.4.1", features = ["client", "http1", "http2", "server"] }
hyper-util = { version = "0.1.6", features = ["client-legacy", "server-auto", "service"] }
indexmap = { version = "1.9.1", default-features = false, features = ["std"] }
insta = { version = "1.41.1", features = ["json"] }
k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "v1_29"] }
kube = { version = "0.92.1", default-features = false, features = ["client", "derive", "openssl-tls", "runtime", "ws"] }
kube-client = { version = "0.92.1", default-features = false, features = ["jsonpatch", "openssl-tls", "ws"] }
kube-core = { version = "0.92.1", default-features = false, features = ["jsonpatch", "schema", "ws"] }
libc = { version = "0.2.169", features = ["extra_traits", "use_std"] }
libz-sys = { version = "1.1.19", features = ["static"] }
log = { version = "0.4.25", default-features = false, features = ["std"] }
lru = { version = "0.12.3" }
memchr = { version = "2.7.4", features = ["use_std"] }
mime_guess = { version = "2.0.5" }
minimal-lexical = { version = "0.2.1", default-features = false, features = ["std"] }
mysql_async = { version = "0.35.1", default-features = false, features = ["binlog", "minimal", "native-tls-tls", "tracing"] }
mysql_common = { version = "0.34.1", default-features = false, features = ["binlog", "chrono"] }
native-tls = { version = "0.2.11", default-features = false, features = ["alpn"] }
nix = { version = "0.26.1" }
nom = { version = "7.1.2" }
num = { version = "0.4.3" }
num-bigint = { version = "0.4.6" }
num-integer = { version = "0.1.46", features = ["i128"] }
num-traits = { version = "0.2.19", features = ["i128", "libm"] }
openssl = { version = "0.10.70", features = ["vendored"] }
openssl-sys = { version = "0.9.105", default-features = false, features = ["vendored"] }
ordered-float = { version = "4.6.0", features = ["serde"] }
parking_lot = { version = "0.12.1", features = ["send_guard"] }
parquet = { version = "53.3.0", default-features = false, features = ["arrow", "async", "brotli", "flate2", "lz4", "snap", "zstd"] }
percent-encoding = { version = "2.3.1" }
phf = { version = "0.11.3", features = ["uncased"] }
phf_shared = { version = "0.11.3", features = ["uncased"] }
portable-atomic = { version = "1.6.0", features = ["require-cas"] }
postgres = { git = "https://github.com/MaterializeInc/rust-postgres", default-features = false, features = ["with-chrono-0_4"] }
postgres-types = { git = "https://github.com/MaterializeInc/rust-postgres", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
predicates = { version = "2.1.5", default-features = false, features = ["diff"] }
proc-macro2 = { version = "1.0.93", features = ["span-locations"] }
proptest-derive = { version = "0.5.1", default-features = false, features = ["boxed_union"] }
prost = { version = "0.13.4", features = ["no-recursion-limit", "prost-derive"] }
prost-reflect = { version = "0.14.6", default-features = false, features = ["serde"] }
prost-types = { version = "0.13.2" }
quote = { version = "1.0.38" }
rand = { version = "0.8.5", features = ["small_rng"] }
rand_chacha = { version = "0.3.0" }
rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka.git", features = ["cmake-build", "libz-static", "ssl-vendored", "zstd"] }
regex = { version = "1.10.5" }
regex-automata = { version = "0.4.7", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-syntax = { version = "0.8.3" }
reqwest-5ef9efb8ec2df382 = { package = "reqwest", version = "0.12.4", features = ["blocking", "json", "stream"] }
reqwest-a6292c17cd707f01 = { package = "reqwest", version = "0.11.24", features = ["blocking", "json", "multipart", "native-tls-vendored", "stream"] }
schemars = { version = "0.8.11", features = ["uuid1"] }
scopeguard = { version = "1.1.0" }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.203", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.127", features = ["alloc", "arbitrary_precision", "float_roundtrip", "preserve_order", "raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.6", features = ["asm"] }
similar = { version = "2.2.1", features = ["inline", "unicode"] }
smallvec = { version = "1.13.2", default-features = false, features = ["const_new", "serde", "union"] }
socket2 = { version = "0.5.7", default-features = false, features = ["all"] }
subtle = { version = "2.4.1" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.107", features = ["extra-traits", "full", "visit", "visit-mut"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.98", features = ["extra-traits", "full", "visit", "visit-mut"] }
time = { version = "0.3.17", features = ["local-offset", "macros", "quickcheck", "serde-well-known"] }
time-macros = { version = "0.2.6", default-features = false, features = ["formatting", "parsing", "serde"] }
tokio = { version = "1.43.0", features = ["full", "test-util", "tracing"] }
tokio-postgres = { git = "https://github.com/MaterializeInc/rust-postgres", features = ["serde", "with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
tokio-stream = { version = "0.1.16", features = ["net", "sync"] }
tokio-util = { version = "0.7.13", features = ["codec", "compat", "io", "time"] }
toml_datetime = { version = "0.6.3", default-features = false, features = ["serde"] }
tonic = { version = "0.12.3", features = ["gzip"] }
tower = { version = "0.4.13", features = ["balance", "buffer", "filter", "limit", "load-shed", "retry", "timeout", "util"] }
tower-http = { version = "0.5.2", features = ["auth", "cors", "map-response-body", "trace", "util"] }
tracing = { version = "0.1.41", features = ["log"] }
tracing-core = { version = "0.1.33" }
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] }
tungstenite = { version = "0.21.0" }
uncased = { version = "0.9.10" }
unicode-bidi = { version = "0.3.18" }
unicode-normalization = { version = "0.1.23" }
url = { version = "2.5.4", features = ["serde"] }
uuid = { version = "1.7.0", features = ["serde", "v4", "v5"] }
zeroize = { version = "1.8.1", features = ["serde"] }
zstd = { version = "0.13.0" }
zstd-safe = { version = "7.2.1", default-features = false, features = ["arrays", "legacy", "std", "zdict_builder"] }
zstd-sys = { version = "2.0.13", features = ["std"] }
[target.x86_64-unknown-linux-gnu.dependencies]
bitflags = { version = "2.4.1", default-features = false, features = ["std"] }
camino = { version = "1.1.7", default-features = false, features = ["serde1"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", default-features = false, features = ["runtime"] }
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "std", "xdp"] }
native-tls = { version = "0.2.11", default-features = false, features = ["vendored"] }
pathdiff = { version = "0.2.1", default-features = false, features = ["camino"] }
ring = { version = "0.17.7", features = ["std"] }
rustix = { version = "0.38.44", features = ["event", "fs", "net", "pipe", "process", "termios", "time"] }
[target.x86_64-unknown-linux-gnu.build-dependencies]
bitflags = { version = "2.4.1", default-features = false, features = ["std"] }
camino = { version = "1.1.7", default-features = false, features = ["serde1"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", default-features = false, features = ["runtime"] }
linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "std", "xdp"] }
native-tls = { version = "0.2.11", default-features = false, features = ["vendored"] }
pathdiff = { version = "0.2.1", default-features = false, features = ["camino"] }
ring = { version = "0.17.7", features = ["std"] }
rustix = { version = "0.38.44", features = ["event", "fs", "net", "pipe", "process", "termios", "time"] }
[target.x86_64-apple-darwin.dependencies]
bitflags = { version = "2.4.1", default-features = false, features = ["std"] }
camino = { version = "1.1.7", default-features = false, features = ["serde1"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", default-features = false, features = ["runtime"] }
native-tls = { version = "0.2.11", default-features = false, features = ["vendored"] }
pathdiff = { version = "0.2.1", default-features = false, features = ["camino"] }
ring = { version = "0.17.7", features = ["std"] }
rustix = { version = "0.38.44", features = ["event", "fs", "net", "pipe", "process", "termios", "time"] }
security-framework = { version = "2.7.0", features = ["alpn"] }
[target.x86_64-apple-darwin.build-dependencies]
bitflags = { version = "2.4.1", default-features = false, features = ["std"] }
camino = { version = "1.1.7", default-features = false, features = ["serde1"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.27", default-features = false, features = ["runtime"] }
native-tls = { version = "0.2.11", default-features = false, features = ["vendored"] }
pathdiff = { version = "0.2.1", default-features = false, features = ["camino"] }
ring = { version = "0.17.7", features = ["std"] }
rustix = { version = "0.38.44", features = ["event", "fs", "net", "pipe", "process", "termios", "time"] }
security-framework = { version = "2.7.0", features = ["alpn"] }
### END HAKARI SECTION