# 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] name = "getch" version = "0.3.1" authors = ["Pierre-Étienne Meunier "] include = ["Cargo.toml", "src/lib.rs"] description = "A portable implementation of getch, using _getch on Windows, and termios on Unix." homepage = "https://nest.pijul.com/pmeunier/getch" documentation = "https://docs.rs/getch" license = "Apache-2.0" repository = "https://nest.pijul.com/pmeunier/getch" [target."cfg(unix)".dependencies.termios] version = "0.3.3" [target."cfg(windows)".dependencies.libc] version = "0.2"