# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "any_terminal_size" version = "0.1.21" authors = ["Jesses Gott "] include = ["/build.rs", "/src/", "!/src/windows/**/*dll_contents*.rs", "/injection_dlls/", "/LICENSE*", "/README.md", "!/injection_dlls/**/target"] 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" keywords = ["terminal", "console", "term", "size", "dimensions"] license = "MIT OR Apache-2.0" repository = "https://github.com/jessesna/any-terminal-size" [target."cfg(not(windows))".dependencies.libc] version = "0.2" [target."cfg(not(windows))".dependencies.terminal_size] version = "0.1.17" [target."cfg(windows)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.scopeguard] version = "1.1.0" [target."cfg(windows)".dependencies.terminal_size] version = "0.1.17" [target."cfg(windows)".dependencies.widestring] version = "0.5.1" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["errhandlingapi", "handleapi", "memoryapi", "psapi", "synchapi", "tlhelp32", "winbase", "winnt"]