]> git.proxmox.com Git - cargo.git/blob - vendor/termion-1.5.1/Cargo.toml
New upstream version 0.23.0
[cargo.git] / vendor / termion-1.5.1 / Cargo.toml
1 [package]
2 name = "termion"
3 version = "1.5.1"
4 authors = ["ticki <Ticki@users.noreply.github.com>", "gycos <alexandre.bury@gmail.com>", "IGI-111 <igi-111@protonmail.com>"]
5 description = "A bindless library for manipulating terminals."
6 repository = "https://github.com/ticki/termion"
7 documentation = "https://docs.rs/termion"
8 license = "MIT"
9 keywords = ["tty", "color", "terminal", "password", "tui"]
10 exclude = ["target", "CHANGELOG.md", "image.png", "Cargo.lock"]
11
12 [target.'cfg(not(target_os = "redox"))'.dependencies]
13 libc = "0.2.8"
14
15 [target.'cfg(target_os = "redox")'.dependencies]
16 redox_syscall = "0.1"
17 redox_termios = "0.1"