[package] name = "await" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true authors.workspace = true readme.workspace = true publish.workspace = true description = "Wait for paths, ports, HTTP endpoints, or repeated commands with bounded polling." keywords.workspace = true categories.workspace = true [lib] name = "awaitcmd" [lints] workspace = true [dependencies] common = { path = "../common", default-features = false } lexopt.workspace = true native-tls.workspace = true runtimekit = { path = "../runtimekit" } serde.workspace = true serde_json.workspace = true [dev-dependencies] assert_cmd.workspace = true predicates.workspace = true tempfile.workspace = true