-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathCargo.toml
290 lines (276 loc) · 19.9 KB
/
Cargo.toml
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
# This file is generated by `cargo hakari`.
# To regenerate, run:
# cargo hakari generate
[package]
name = "homestar-workspace-hack"
version = "0.1.0"
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
license = { workspace = true }
edition = { workspace = true }
documentation = "https://docs.rs/homestar-workspace-hack"
authors = { 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.11", default-features = false, features = ["no-rng", "std"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
arrayvec = { version = "0.7.4" }
base64 = { version = "0.13.1", features = ["alloc"] }
bitflags = { version = "2.4.2", default-features = false, features = ["std"] }
bytes = { version = "1.5.0", features = ["serde"] }
clap = { version = "4.5.1", default-features = false, features = ["color", "derive", "env", "help", "std", "usage"] }
clap_builder = { version = "4.5.1", default-features = false, features = ["color", "env", "help", "std", "usage"] }
crc32fast = { version = "1.4.0" }
crossbeam-epoch = { version = "0.9.18" }
crunchy = { version = "0.2.2", features = ["std"] }
crypto-common = { version = "0.1.6", default-features = false, features = ["std"] }
data-encoding = { version = "2.5.0" }
diesel = { version = "2.1.4", default-features = false, features = ["chrono", "r2d2", "returning_clauses_for_sqlite_3_35", "sqlite", "with-deprecated"] }
digest-274715c4dabd11b0 = { package = "digest", version = "0.9.0", default-features = false, features = ["std"] }
digest-93f6ce9d446188ac = { package = "digest", version = "0.10.7", features = ["mac", "std"] }
either = { version = "1.10.0" }
futures = { version = "0.3.30", features = ["bilock", "thread-pool", "unstable"] }
futures-channel = { version = "0.3.30", features = ["sink", "unstable"] }
futures-core = { version = "0.3.30", features = ["unstable"] }
futures-executor = { version = "0.3.30", features = ["thread-pool"] }
futures-io = { version = "0.3.30", features = ["unstable"] }
futures-sink = { version = "0.3.30" }
futures-task = { version = "0.3.30", default-features = false, features = ["std", "unstable"] }
futures-timer = { version = "3.0.3", default-features = false, features = ["wasm-bindgen"] }
futures-util = { version = "0.3.30", features = ["bilock", "channel", "io", "sink", "unstable"] }
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths"] }
hashbrown = { version = "0.14.3", features = ["raw"] }
hyper = { version = "0.14.28", features = ["full"] }
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["serde"] }
indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2.2.3", features = ["serde"] }
jsonrpsee = { version = "0.21.0", default-features = false, features = ["client", "server"] }
jsonrpsee-core = { version = "0.21.0", features = ["async-client", "async-wasm-client", "http-helpers", "server"] }
libc = { version = "0.2.153", features = ["extra_traits"] }
libsecp256k1-core = { version = "0.3.0" }
memchr = { version = "2.7.1" }
miette = { version = "5.10.0", features = ["fancy"] }
multibase = { version = "0.9.1" }
num-traits = { version = "0.2.18", features = ["i128", "libm"] }
rand = { version = "0.8.5", features = ["small_rng"] }
regex = { version = "1.10.3" }
regex-automata = { version = "0.4.5", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-syntax = { version = "0.8.2" }
retry = { version = "2.0.0" }
rustc-hash = { version = "1.1.0" }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.197", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.114", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8" }
signature = { version = "2.2.0", default-features = false, features = ["std"] }
time = { version = "0.3.34", features = ["formatting", "local-offset", "macros", "parsing"] }
tokio = { version = "1.36.0", features = ["fs", "io-std", "io-util", "macros", "net", "rt-multi-thread", "signal", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["net", "sync"] }
tokio-util = { version = "0.7.10", features = ["codec", "compat", "io", "time"] }
tower = { version = "0.4.13", features = ["balance", "buffer", "limit", "timeout", "util"] }
tracing = { version = "0.1.40", features = ["log"] }
tracing-core = { version = "0.1.32" }
tracing-logfmt = { version = "0.3.4", default-features = false, features = ["ansi_logs"] }
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["env-filter", "fmt", "parking_lot"] }
typenum = { version = "1.17.0", default-features = false, features = ["const-generics"] }
unsigned-varint = { version = "0.7.2", default-features = false, features = ["asynchronous_codec"] }
url = { version = "2.5.0", features = ["serde"] }
uuid = { version = "1.7.0", features = ["fast-rng", "v4"] }
wasmtime = { version = "18.0.1" }
wasmtime-environ = { version = "18.0.1", default-features = false, features = ["component-model", "demangle"] }
wasmtime-runtime = { version = "18.0.1", default-features = false, features = ["async", "component-model", "debug-builtins", "pooling-allocator"] }
zeroize = { version = "1.7.0", features = ["zeroize_derive"] }
[build-dependencies]
ahash = { version = "0.8.11", default-features = false, features = ["no-rng", "std"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
arrayvec = { version = "0.7.4" }
base64 = { version = "0.13.1", features = ["alloc"] }
bitflags = { version = "2.4.2", default-features = false, features = ["std"] }
bytes = { version = "1.5.0", features = ["serde"] }
cc = { version = "1.0.86", default-features = false, features = ["parallel"] }
clap = { version = "4.5.1", default-features = false, features = ["color", "derive", "env", "help", "std", "usage"] }
clap_builder = { version = "4.5.1", default-features = false, features = ["color", "env", "help", "std", "usage"] }
crc32fast = { version = "1.4.0" }
crossbeam-epoch = { version = "0.9.18" }
crunchy = { version = "0.2.2", features = ["std"] }
crypto-common = { version = "0.1.6", default-features = false, features = ["std"] }
data-encoding = { version = "2.5.0" }
diesel = { version = "2.1.4", default-features = false, features = ["chrono", "r2d2", "returning_clauses_for_sqlite_3_35", "sqlite", "with-deprecated"] }
diesel_derives = { version = "2.1.2", features = ["chrono", "r2d2", "sqlite", "with-deprecated"] }
digest-274715c4dabd11b0 = { package = "digest", version = "0.9.0", default-features = false, features = ["std"] }
digest-93f6ce9d446188ac = { package = "digest", version = "0.10.7", features = ["mac", "std"] }
either = { version = "1.10.0" }
futures = { version = "0.3.30", features = ["bilock", "thread-pool", "unstable"] }
futures-channel = { version = "0.3.30", features = ["sink", "unstable"] }
futures-core = { version = "0.3.30", features = ["unstable"] }
futures-executor = { version = "0.3.30", features = ["thread-pool"] }
futures-io = { version = "0.3.30", features = ["unstable"] }
futures-sink = { version = "0.3.30" }
futures-task = { version = "0.3.30", default-features = false, features = ["std", "unstable"] }
futures-timer = { version = "3.0.3", default-features = false, features = ["wasm-bindgen"] }
futures-util = { version = "0.3.30", features = ["bilock", "channel", "io", "sink", "unstable"] }
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths"] }
hashbrown = { version = "0.14.3", features = ["raw"] }
hyper = { version = "0.14.28", features = ["full"] }
indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["serde"] }
indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2.2.3", features = ["serde"] }
jsonrpsee = { version = "0.21.0", default-features = false, features = ["client", "server"] }
jsonrpsee-core = { version = "0.21.0", features = ["async-client", "async-wasm-client", "http-helpers", "server"] }
libc = { version = "0.2.153", features = ["extra_traits"] }
libsecp256k1-core = { version = "0.3.0" }
memchr = { version = "2.7.1" }
miette = { version = "5.10.0", features = ["fancy"] }
multibase = { version = "0.9.1" }
num-traits = { version = "0.2.18", features = ["i128", "libm"] }
proc-macro2 = { version = "1.0.78", features = ["span-locations"] }
rand = { version = "0.8.5", features = ["small_rng"] }
regex = { version = "1.10.3" }
regex-automata = { version = "0.4.5", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-syntax = { version = "0.8.2" }
retry = { version = "2.0.0" }
rustc-hash = { version = "1.1.0" }
scopeguard = { version = "1.2.0" }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.197", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.114", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
sha2 = { version = "0.10.8" }
signature = { version = "2.2.0", default-features = false, features = ["std"] }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "full", "visit"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.50", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
time = { version = "0.3.34", features = ["formatting", "local-offset", "macros", "parsing"] }
tokio = { version = "1.36.0", features = ["fs", "io-std", "io-util", "macros", "net", "rt-multi-thread", "signal", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["net", "sync"] }
tokio-util = { version = "0.7.10", features = ["codec", "compat", "io", "time"] }
tower = { version = "0.4.13", features = ["balance", "buffer", "limit", "timeout", "util"] }
tracing = { version = "0.1.40", features = ["log"] }
tracing-core = { version = "0.1.32" }
tracing-logfmt = { version = "0.3.4", default-features = false, features = ["ansi_logs"] }
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["env-filter", "fmt", "parking_lot"] }
typenum = { version = "1.17.0", default-features = false, features = ["const-generics"] }
unsigned-varint = { version = "0.7.2", default-features = false, features = ["asynchronous_codec"] }
url = { version = "2.5.0", features = ["serde"] }
uuid = { version = "1.7.0", features = ["fast-rng", "v4"] }
wasmtime = { version = "18.0.1" }
wasmtime-environ = { version = "18.0.1", default-features = false, features = ["component-model", "demangle"] }
wasmtime-runtime = { version = "18.0.1", default-features = false, features = ["async", "component-model", "debug-builtins", "pooling-allocator"] }
zeroize = { version = "1.7.0", features = ["zeroize_derive"] }
[target.x86_64-apple-darwin.dependencies]
gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] }
iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] }
miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
ring = { version = "0.17.8", features = ["std"] }
rustix = { version = "0.38.31", features = ["event", "mm", "net", "param", "process", "procfs", "termios", "time"] }
rustls = { version = "0.21.10", features = ["dangerous_configuration", "quic"] }
spin = { version = "0.9.8" }
subtle = { version = "2.5.0" }
[target.x86_64-apple-darwin.build-dependencies]
gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] }
iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] }
miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
ring = { version = "0.17.8", features = ["std"] }
rustix = { version = "0.38.31", features = ["event", "mm", "net", "param", "process", "procfs", "termios", "time"] }
rustls = { version = "0.21.10", features = ["dangerous_configuration", "quic"] }
spin = { version = "0.9.8" }
subtle = { version = "2.5.0" }
[target.aarch64-apple-darwin.dependencies]
gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] }
iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] }
miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
ring = { version = "0.17.8", features = ["std"] }
rustix = { version = "0.38.31", features = ["event", "mm", "net", "param", "process", "procfs", "termios", "time"] }
rustls = { version = "0.21.10", features = ["dangerous_configuration", "quic"] }
spin = { version = "0.9.8" }
subtle = { version = "2.5.0" }
[target.aarch64-apple-darwin.build-dependencies]
gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] }
iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] }
miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
ring = { version = "0.17.8", features = ["std"] }
rustix = { version = "0.38.31", features = ["event", "mm", "net", "param", "process", "procfs", "termios", "time"] }
rustls = { version = "0.21.10", features = ["dangerous_configuration", "quic"] }
spin = { version = "0.9.8" }
subtle = { version = "2.5.0" }
[target.x86_64-unknown-linux-gnu.dependencies]
gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] }
iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] }
linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] }
miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
ring = { version = "0.17.8", features = ["std"] }
rustix = { version = "0.38.31", features = ["event", "mm", "net", "param", "process", "procfs", "termios", "thread", "time"] }
rustls = { version = "0.21.10", features = ["dangerous_configuration", "quic"] }
spin = { version = "0.9.8" }
subtle = { version = "2.5.0" }
[target.x86_64-unknown-linux-gnu.build-dependencies]
gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] }
iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] }
linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] }
miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
ring = { version = "0.17.8", features = ["std"] }
rustix = { version = "0.38.31", features = ["event", "mm", "net", "param", "process", "procfs", "termios", "thread", "time"] }
rustls = { version = "0.21.10", features = ["dangerous_configuration", "quic"] }
spin = { version = "0.9.8" }
subtle = { version = "2.5.0" }
[target.x86_64-unknown-linux-musl.dependencies]
gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] }
iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] }
linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] }
miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
ring = { version = "0.17.8", features = ["std"] }
rustix = { version = "0.38.31", features = ["event", "mm", "net", "param", "process", "procfs", "termios", "thread", "time"] }
rustls = { version = "0.21.10", features = ["dangerous_configuration", "quic"] }
spin = { version = "0.9.8" }
subtle = { version = "2.5.0" }
[target.x86_64-unknown-linux-musl.build-dependencies]
gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] }
iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] }
linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] }
miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
ring = { version = "0.17.8", features = ["std"] }
rustix = { version = "0.38.31", features = ["event", "mm", "net", "param", "process", "procfs", "termios", "thread", "time"] }
rustls = { version = "0.21.10", features = ["dangerous_configuration", "quic"] }
spin = { version = "0.9.8" }
subtle = { version = "2.5.0" }
[target.aarch64-unknown-linux-musl.dependencies]
gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] }
iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] }
linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] }
miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
ring = { version = "0.17.8", features = ["std"] }
rustix = { version = "0.38.31", features = ["event", "mm", "net", "param", "process", "procfs", "termios", "thread", "time"] }
rustls = { version = "0.21.10", features = ["dangerous_configuration", "quic"] }
spin = { version = "0.9.8" }
subtle = { version = "2.5.0" }
[target.aarch64-unknown-linux-musl.build-dependencies]
gimli = { version = "0.28.1", default-features = false, features = ["read", "std", "write"] }
iana-time-zone = { version = "0.1.60", default-features = false, features = ["fallback"] }
linux-raw-sys = { version = "0.4.13", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] }
miniz_oxide = { version = "0.7.2", default-features = false, features = ["with-alloc"] }
mio = { version = "0.8.11", features = ["net", "os-ext"] }
object = { version = "0.32.2", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
ring = { version = "0.17.8", features = ["std"] }
rustix = { version = "0.38.31", features = ["event", "mm", "net", "param", "process", "procfs", "termios", "thread", "time"] }
rustls = { version = "0.21.10", features = ["dangerous_configuration", "quic"] }
spin = { version = "0.9.8" }
subtle = { version = "2.5.0" }
### END HAKARI SECTION