[package] name = "tokio-stdin" description = "Read from stdin as a Tokio stream" readme = "README.md" version = "0.1.2" authors = ["Paul Kernfeld "] license = "MIT/Apache-2.0" documentation = "https://docs.rs/tokio-stdin" repository = "https://github.com/paulkernfeld/tokio-stdin" [dependencies] futures = "0.1" [dev-dependencies] tokio-timer = "0.1"