warpgate/warpgate-admin/Cargo.toml
2025-07-02 09:23:04 +02:00

30 lines
1.1 KiB
TOML

[package]
edition = "2021"
license = "Apache-2.0"
name = "warpgate-admin"
version = "0.15.0"
[dependencies]
anyhow = { version = "1.0", features = ["std"], default-features = false }
async-trait = { version = "0.1", default-features = false }
bytes.workspace = true
chrono = { version = "0.4", default-features = false }
futures.workspace = true
hex = { version = "0.4", default-features = false }
mime_guess = { version = "2.0", default-features = false }
poem.workspace = true
poem-openapi.workspace = true
russh.workspace = true
rust-embed = { version = "8.3", default-features = false }
sea-orm.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tokio.workspace = true
tracing.workspace = true
uuid = { version = "1.3", features = ["v4", "serde"], default-features = false }
warpgate-common = { version = "*", path = "../warpgate-common" }
warpgate-core = { version = "*", path = "../warpgate-core" }
warpgate-db-entities = { version = "*", path = "../warpgate-db-entities" }
warpgate-protocol-ssh = { version = "*", path = "../warpgate-protocol-ssh" }
regex = { version = "1.6", default-features = false }