[package] name = "poison_pill" version = "0.1.2" edition = "2021" description = "A tiny wrapper for managing children in async environment" license = "MIT OR Apache-2.0" [dependencies] anyhow = { version = "1.0", features = ["backtrace"] } env_logger = { version = "0.10" } log = { version = "0.4" } tokio = { version = "1", features = ["full"] } tokio-util = { version = "0.7", features = ["io"] }