term_size 1.0.0-beta1

functions for determining terminal sizes and dimensions
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 = "term_size"
version = "1.0.0-beta1"
authors = ["Kevin K. <kbknapp@gmail.com>", "Benjamin Sago <ogham@bsago.me>"]
exclude = []
description = "functions for determining terminal sizes and dimensions"
documentation = "https://docs.rs/term_size/"
readme = "README.md"
keywords = ["term", "terminal", "size", "width", "dimension"]
categories = ["command-line-interface"]
license = "MIT/Apache-2.0"
repository = "https://github.com/kbknapp/term_size-rs.git"
[profile.test]
opt-level = 1
lto = false
codegen-units = 2
debug = true
debug-assertions = true
rpath = false

[profile.doc]
opt-level = 0
lto = false
codegen-units = 4
debug = true
debug-assertions = true
rpath = false

[profile.bench]
opt-level = 3
lto = true
debug = false
debug-assertions = false
rpath = false

[profile.dev]
opt-level = 0
lto = false
codegen-units = 4
debug = true
debug-assertions = true
rpath = false

[profile.release]
opt-level = 3
lto = true
debug = false
debug-assertions = false
rpath = false
[dependencies.clippy]
version = "0.0.175"
optional = true

[features]
debug = []
default = []
lints = ["clippy", "nightly"]
nightly = []
travis = ["lints", "nightly"]
unstable = []
[target."cfg(not(target_os = \"windows\"))".dependencies.libc]
version = "0.2.20"
[target."cfg(target_os = \"windows\")".dependencies.kernel32-sys]
version = "0.2.2"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.2.8"
[badges.appveyor]
repository = "kbknapp/term_size-rs"

[badges.travis-ci]
repository = "kbknapp/term_size-rs"