# 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 = "2018" name = "mortal" version = "0.2.4" authors = ["Murarth "] description = "Cross-platform terminal interface" homepage = "https://github.com/murarth/mortal" documentation = "https://docs.rs/mortal/" readme = "README.md" keywords = [ "cli", "console", "screen", "term", "terminal", ] categories = ["command-line-interface"] license = "MIT/Apache-2.0" repository = "https://github.com/murarth/mortal" [dependencies.bitflags] version = "2.0" [dependencies.smallstr] version = "0.2" [dependencies.unicode-normalization] version = "0.1" [dependencies.unicode-width] version = "0.1" [dev-dependencies.rand] version = "0.8" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.nix] version = "0.26" features = [ "poll", "signal", "term", ] default-features = false [target."cfg(unix)".dependencies.terminfo] version = "0.8" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "consoleapi", "handleapi", "minwindef", "ntdef", "processenv", "synchapi", "winbase", "wincon", "winerror", "winnt", "winuser", ]