[package] edition = "2021" license = "Apache-2.0" name = "warpgate-admin" version = "0.13.0" [dependencies] anyhow = { version = "1.0", features = ["std"] } async-trait = "0.1" bytes.workspace = true chrono = { version = "0.4", default-features = false } futures.workspace = true hex = "0.4" mime_guess = { version = "2.0", default-features = false } poem = { version = "3.1", features = [ "cookie", "session", "anyhow", "websocket", ] } poem-openapi = { version = "5.1", features = [ "swagger-ui", "chrono", "uuid", "static-files", ] } russh.workspace = true rust-embed = "8.3" sea-orm = { version = "0.12", features = [ "runtime-tokio-rustls", "macros", ], default-features = false } serde.workspace = true serde_json.workspace = true thiserror = "1.0" tokio = { version = "1.20", features = ["tracing"] } tracing.workspace = true uuid = { version = "1.3", features = ["v4", "serde"] } 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 = "1.6"