[package]
authors = ["softprops <d.tangren@gmail.com>"]
description = "Retrieves terminal size"
documentation = "http://softprops.github.io/termsize"
edition = "2021"
homepage = "https://github.com/softprops/termsize"
keywords = ["tty", "terminal", "term", "size", "dimensions"]
license = "MIT"
name = "termsize"
readme = "README.md"
repository = "https://github.com/softprops/termsize"
version = "0.1.7"
[target."cfg(unix)".dependencies.atty]
version = "0.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["handleapi"]
version = "0.3"