[package] name = "any_terminal_size" version = "0.1.21" authors = [ "Jesses Gott " ] description = "Gets the terminal size of your process or [transitive] parent process" documentation = "http://jessesna.github.io/any-terminal-size/doc/any_terminal_size/index.html" repository = "https://github.com/jessesna/any-terminal-size" keywords = ["terminal", "console", "term", "size", "dimensions"] license = "MIT OR Apache-2.0" edition = "2018" include = [ "/build.rs", "/src/", "!/src/windows/**/*dll_contents*.rs", "/injection_dlls/", "/LICENSE*", "/README.md", "!/injection_dlls/**/target", ] [target.'cfg(not(windows))'.dependencies] libc = "0.2" terminal_size = "0.1.17" [target.'cfg(windows)'.dependencies] libc = "0.2" scopeguard = "1.1.0" terminal_size = "0.1.17" widestring = "0.5.1" [target.'cfg(windows)'.dependencies.winapi] version = "0.3" features = [ "errhandlingapi", "handleapi", "memoryapi", "psapi", "synchapi", "tlhelp32", "winbase", "winnt", ]