# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tokiocli" version = "0.1.3" authors = ["Guillaume Pellegrino "] description = "An Unix CLI based on Tokio" readme = "README.md" keywords = [ "cli", "console", "unix", "tokio", "async", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/guillaumepellegrino/tokiocli" [dependencies.eyre] version = "0.6.8" [dependencies.termios] version = "0.3.3" [dependencies.tokio] version = "1" features = ["full"]