20 lines
573 B
TOML
20 lines
573 B
TOML
[package]
|
|
name = "api"
|
|
version = "1.1.2"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
axum = "0.8.4"
|
|
bitcode = "0.6.6"
|
|
clap = { version = "4.5.41", features = ["derive", "env"] }
|
|
dedent = "0.1.1"
|
|
dotenvy = "0.15.7"
|
|
futures-util = { version = "0.3.31", features = ["tokio-io"] }
|
|
hyper = "1.8.1"
|
|
reqwest = { version = "0.12.22", features = ["json", "stream"] }
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
|
|
tokio-util = { version = "0.7.17", features = ["io"] }
|
|
turbostore = "0.2.0"
|
|
urlencoding = "2.1.3"
|