[package] name = "astro-run-remote-runner" version = "1.0.0" edition.workspace = true repository.workspace = true homepage.workspace = true description.workspace = true keywords.workspace = true authors.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] astro-run = { workspace = true } astro-run-protocol = { workspace = true, features = [ "astro-run-remote-runner", ] } tokio-stream = { workspace = true } parking_lot = { workspace = true } chrono = { workspace = true } log = { workspace = true } tokio = { workspace = true, features = [ "sync", "macros", "process", "fs", "io-util", "rt-multi-thread", "time", ] } serde = { workspace = true } astro-run-scheduler = { workspace = true } [dev-dependencies] astro-run-test = { workspace = true } astro-run-logger = { workspace = true }