35 lines
1.2 KiB
TOML
35 lines
1.2 KiB
TOML
[package]
|
|
name = "tbm-git-repo-service"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
async-compression = { version = "0.4.39", features = ["tokio", "brotli"] }
|
|
axum = "0.8.7"
|
|
axum-macros = "0.5.0"
|
|
axum-extra = { version = "0.12.6", features = ["multipart"] }
|
|
bb8 = "0.9.1"
|
|
bb8-redis = "0.26.0"
|
|
brotli = "8.0.2"
|
|
bytes = "1.11.1"
|
|
env_logger = "0.11.8"
|
|
futures-util = "0.3.31"
|
|
git2 = { version = "0.20.3", features = ["https", "ssh"] }
|
|
image = "0.25.9"
|
|
json-patch = "4.1.0"
|
|
libgit2-sys = { version = "0.18.3", features = ["ssh"] }
|
|
libtbr = { git = "https://pakin-inspiron-15-3530.tail110d9.ts.net/pakin/libtbr.git", version = "0.1.1" }
|
|
log = "0.4.29"
|
|
prost = "0.14.1"
|
|
redis = { version = "1.0.2", features = ["tokio-comp"] }
|
|
reqwest = { version = "0.12.25", features = ["json"] }
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = { version = "1.0.145", features = ["preserve_order"] }
|
|
tokio = { version = "1.48.0", features = ["full"] }
|
|
tokio-util = { version = "0.7.18", features = ["io"] }
|
|
tonic = { version = "0.14.2", features = ["transport"] }
|
|
tonic-prost = "0.14.2"
|
|
uuid = { version = "1.20.0", features = ["v4"] }
|
|
|
|
[build-dependencies]
|
|
tonic-prost-build = "0.14.2"
|