crossterm 0.4.1

An crossplatform terminal library for manipulating terminals.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "crossterm"
version = "0.4.1"
authors = ["T. Post"]
exclude = ["target", "Cargo.lock"]
description = "An crossplatform terminal library for manipulating terminals."
documentation = "https://docs.rs/crossterm/"
readme = "README.md"
keywords = ["console", "color", "cursor", "input", "terminal"]
license = "MIT"
repository = "https://github.com/TimonPost/crossterm"

[lib]
name = "crossterm"
path = "src/lib.rs"

[[example]]
name = "examples"
path = "examples/examples.rs"

[[example]]
name = "logging"
path = "examples/program_examples/logging.rs"

[[example]]
name = "command_bar"
path = "examples/program_examples/command_bar.rs"

[dependencies]
[target."cfg(unix)".dependencies.libc]
version = "0.2.43"

[target."cfg(unix)".dependencies.termios]
version = "0.3.0"
[target."cfg(windows)".dependencies.winapi]
version = "0.3.5"
features = ["winbase", "winuser", "consoleapi", "processenv", "wincon", "handleapi", "errhandlingapi"]