# 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 = "console-utils" version = "1.6.0" authors = ["Nils Wrenger "] description = "Simple CLI Input and Control Utilities" readme = "README.md" keywords = [ "console", "terminal", "cli", ] categories = [ "command-line-utilities", "cli", ] license = "MIT" repository = "https://github.com/nwrenger/console-utils-rs" [lib] [target."cfg(unix)".dependencies.libc] version = "0.2.150" [target."cfg(windows)".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Foundation", "Win32_System_Console", "Win32_UI_Input_KeyboardAndMouse", ] default-features = false