[package] name = "async-stdin" version = "0.3.1" edition = "2021" authors = ["Will Cygan "] description = "Asynchronously read from stdin" categories = ["asynchronous", "rust-patterns", "command-line-interface"] keywords = ["io", "stdin", "input", "async", "asynchronous"] license = "MIT" exclude = ["/.github"] [dependencies] tokio = { version = "1.27.0", features = ["sync"] } [dev-dependencies] tokio = { version = "1.27.0", features = ["full"] }