# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "termion-input-tokio" version = "0.3.0" authors = ["Mark Rowe ", "Kayo Phoenix "] exclude = ["target", "CHANGELOG.md", "Cargo.lock"] description = "An adapter that exposes termion's input and key event iterators as asynchronous streams." keywords = ["tty", "terminal", "tui", "termion", "tokio"] categories = ["asynchronous", "command-line-interface"] license = "MIT" repository = "http://github.com/bdash/termion-input-tokio" [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3.8" [dependencies.termion] version = "1" [dependencies.tokio] version = "1.0" [dependencies.tokio-util] version = "0.6" features = ["codec"] [dev-dependencies.tokio] version = "1.0" features = ["macros", "rt-multi-thread", "io-std", "time"] [dev-dependencies.tokio-stream] version = "0.1.1"