multitenant-tvix-binary-cache/Cargo.toml

25 lines
957 B
TOML
Raw Normal View History

2024-07-22 16:02:26 +00:00
[package]
2024-10-09 08:24:11 +00:00
name = "multitenant-tvix-cache"
version = "0.3.0"
2024-07-22 16:02:26 +00:00
edition = "2021"
[dependencies]
2024-09-22 21:12:40 +00:00
serde = "1.0.210"
tokio = { version = "1.40.0", features = ["full"] }
tokio-stream = "0.1.16"
tonic = "0.12.2"
tower = "0.5.1"
tower-http = { version= "0.6.0", features = ["trace"]}
2024-07-22 16:02:26 +00:00
tracing = "0.1.40"
2024-09-22 21:12:40 +00:00
tvix-castore = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "3389c550b92d8b631f75e5a77e244fe698e4b4b2" }
tvix-store = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "3389c550b92d8b631f75e5a77e244fe698e4b4b2", features = ["xp-store-composition" ] }
tvix-tracing = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "3389c550b92d8b631f75e5a77e244fe698e4b4b2" }
nar-bridge = { git = "https://git.dgnum.eu/mdebray/tvl-depot", rev = "3389c550b92d8b631f75e5a77e244fe698e4b4b2" }
2024-07-22 16:02:26 +00:00
url = "2.5.2"
2024-09-22 21:12:40 +00:00
clap = "4.5.18"
axum = "0.7.6"
2024-07-22 16:02:26 +00:00
tokio-listener = { version = "0.4.3", features = ["serde"] }
2024-09-22 21:12:40 +00:00
toml = "0.8.19"
2024-07-22 16:02:26 +00:00
futures = "0.3.30"
2024-09-22 21:12:40 +00:00
tonic-health = "0.12.2"