oh right this was supposed to be http
This commit is contained in:
parent
1ca5aa2e97
commit
adaa020029
14 changed files with 1187 additions and 1040 deletions
|
|
@ -22,6 +22,7 @@ regex-full = ["dep:regex"]
|
|||
regex-lite = ["dep:regex-lite"]
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.8.8", features = ["macros"] }
|
||||
bimap = "0.6.3"
|
||||
bitflags = { version = "2.11.0", features = ["std"] }
|
||||
bstr = "1.12.1"
|
||||
|
|
@ -29,6 +30,7 @@ circular-buffer = "1.2.0"
|
|||
clap = { version = "4.5.54", features = ["color", "derive"] }
|
||||
command-error = "0.8.0"
|
||||
const-str = "1.1.0"
|
||||
const_format = { version = "0.2.35", features = ["fmt"] }
|
||||
displaydoc = "0.2.5"
|
||||
fs-err = "3.2.2"
|
||||
humantime = "2.3.0"
|
||||
|
|
@ -37,6 +39,7 @@ itertools = "0.14.0"
|
|||
libc = { version = "0.2.180", features = ["extra_traits"] }
|
||||
#macro_rules_attribute = { version = "0.2.2", features = ["better-docs", "verbose-expansions"] }
|
||||
mio = { version = "1.1.1", features = ["os-ext", "os-poll", "net"] }
|
||||
parking_lot = { version = "0.12.5", features = ["arc_lock", "deadlock_detection", "hardware-lock-elision", "serde"] }
|
||||
regex = { version = "1.12.3", optional = true }
|
||||
regex-lite = { version = "0.1.9", optional = true }
|
||||
rustix = { version = "1.1.4", features = ["event", "fs", "net", "process", "termios"] }
|
||||
|
|
@ -44,9 +47,12 @@ serde = { version = "1.0.228", features = ["derive", "rc"] }
|
|||
serde_json = "1.0.149"
|
||||
sync-fd = "0.1.0"
|
||||
tap = "1.0.1"
|
||||
tokio = { version = "1.50.0", features = ["full", "mio", "tracing"] }
|
||||
tracing = { version = "0.1.44", features = ["attributes"] }
|
||||
tracing-human-layer = "0.2.1"
|
||||
tracing-subscriber = { version = "0.3.22", default-features = false, features = ["std", "env-filter", "fmt", "ansi", "registry", "parking_lot"] }
|
||||
utoipa = { version = "5.4.0", features = ["axum_extras", "config", "debug", "indexmap", "preserve_order", "preserve_path_order", "repr", "time", "url"] }
|
||||
utoipa-axum = { version = "0.2.0", features = ["debug"] }
|
||||
which = "8.0.2"
|
||||
|
||||
[profile.dev]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue