[workspace] # Independent package - not part of any workspace [package] name = "provctl-backend" version = "0.1.0" edition = "2021" rust-version = "1.75" authors = ["Provctl Contributors"] license = "MIT" repository = "https://github.com/provctl" description = "Service deployment and lifecycle management backends" [dependencies] provctl-core = { path = "../provctl-core" } provctl-templates = { path = "../provctl-templates" } provctl-validation = { path = "../provctl-validation" } tokio = { version = "1", features = ["full"] } thiserror = "2" serde = { version = "1", features = ["derive"] } serde_json = "1.0" log = "0.4" async-trait = "0.1" which = "8" ssh2 = "0.9" home = "0.5" init-servs = { path = "../init-servs" } runtime = { path = "../runtime" } virtualization = { path = "../virtualization" } [dev-dependencies] tokio-test = "0.4" tempfile = "3"