terminal_size 0.1.13

Gets the size of your Linux or Windows terminal
Documentation
[package]
name = "terminal_size"
version = "0.1.13"
authors = ["Andrew Chin <achin@eminence32.net>"]
description = "Gets the size of your Linux or Windows terminal"
documentation = "http://eminence.github.io/terminal-size/doc/terminal_size/index.html"
repository = "https://github.com/eminence/terminal-size"
keywords = ["terminal", "console", "term", "size", "dimensions"]
license = "MIT OR Apache-2.0"
edition = "2018"


[target.'cfg(not(windows))'.dependencies.libc]
version = "0.2"

[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
features = [
    "handleapi",
    "processenv",
    "winbase",
    "wincon",
    "winnt",
]