# 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 = "textmode" version = "0.4.0" authors = ["Jesse Luehrs "] include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] description = "terminal interaction library backed by a real terminal parser" readme = "README.md" keywords = [ "curses", "vt100", "terminal", "tui", ] categories = [ "asynchronous", "command-line-interface", ] license = "MIT" repository = "https://git.tozt.net/textmode" [dependencies.itoa] version = "1.0.6" [dependencies.nix] version = "0.26.2" [dependencies.terminal_size] version = "0.2.5" [dependencies.tokio] version = "1.26.0" features = [ "io-std", "io-util", "rt", "rt-multi-thread", ] optional = true [dependencies.vt100] version = "0.15.2" [dev-dependencies.assert_cmd] version = "2.0.8" [dev-dependencies.assert_fs] version = "1.0.10" [dev-dependencies.bytes] version = "1.4.0" [dev-dependencies.escargot] version = "0.5.7" [dev-dependencies.futures] version = "0.3.26" [dev-dependencies.libc] version = "0.2.139" [dev-dependencies.pty-process] version = "0.3.0" features = ["async"] [dev-dependencies.tokio] version = "1.26.0" features = ["full"] [dev-dependencies.tokio-util] version = "0.7.7" features = ["io"] [features] async = ["tokio"] default = []