terminal_size 0.4.0

Gets the size of your Linux or Windows terminal
Documentation
[[example]]
name = "get_size"
path = "examples/get_size.rs"

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

[package]
authors = ["Andrew Chin <achin@eminence32.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Gets the size of your Linux or Windows terminal"
documentation = "https://docs.rs/terminal_size"
edition = "2021"
keywords = ["terminal", "console", "term", "size", "dimensions"]
license = "MIT OR Apache-2.0"
name = "terminal_size"
readme = "README.md"
repository = "https://github.com/eminence/terminal-size"
rust-version = "1.63"
version = "0.4.0"

[target."cfg(not(windows))".dependencies.rustix]
features = ["termios"]
version = "0.38.0"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Console"]
version = "0.59.0"