crossterm 0.9.5

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.9.5"
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"
[dependencies.crossterm_cursor]
version = "0.2.3"
optional = true

[dependencies.crossterm_input]
version = "0.3.5"
optional = true

[dependencies.crossterm_screen]
version = "0.2.3"
optional = true

[dependencies.crossterm_style]
version = "0.3.3"
optional = true

[dependencies.crossterm_terminal]
version = "0.2.4"
optional = true

[dependencies.crossterm_utils]
version = "0.2.3"
optional = false

[features]
cursor = ["crossterm_cursor"]
default = ["cursor", "style", "terminal", "screen", "input"]
input = ["crossterm_input"]
screen = ["crossterm_screen"]
style = ["crossterm_style"]
terminal = ["crossterm_terminal"]