# 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 = "termion" version = "4.0.3" authors = [ "ticki ", "gycos ", "IGI-111 ", "Jeremy Soller ", ] build = false exclude = [ "target", "CHANGELOG.md", "image.png", "Cargo.lock", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A bindless library for manipulating terminals." documentation = "https://docs.rs/termion" readme = "README.md" keywords = [ "tty", "color", "terminal", "password", "tui", ] license = "MIT" repository = "https://gitlab.redox-os.org/redox-os/termion" [lib] name = "termion" path = "src/lib.rs" [[example]] name = "alternate_screen" path = "examples/alternate_screen.rs" [[example]] name = "alternate_screen_raw" path = "examples/alternate_screen_raw.rs" [[example]] name = "async" path = "examples/async.rs" [[example]] name = "click" path = "examples/click.rs" [[example]] name = "color" path = "examples/color.rs" [[example]] name = "detect_color" path = "examples/detect_color.rs" [[example]] name = "is_tty" path = "examples/is_tty.rs" [[example]] name = "keys" path = "examples/keys.rs" [[example]] name = "mouse" path = "examples/mouse.rs" [[example]] name = "rainbow" path = "examples/rainbow.rs" [[example]] name = "read" path = "examples/read.rs" [[example]] name = "rustc_fun" path = "examples/rustc_fun.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "size" path = "examples/size.rs" [[example]] name = "truecolor" path = "examples/truecolor.rs" [dependencies.numtoa] version = "0.2.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [target.'cfg(not(target_os = "redox"))'.dependencies.libc] version = "0.2" [target.'cfg(target_os = "redox")'.dependencies.libredox] version = "0.1.3" [target.'cfg(target_os = "redox")'.dependencies.redox_termios] version = "0.1.3"