# yt - A fully featured command line YouTube client # # Copyright (C) 2025 softprops # SPDX-License-Identifier: MIT # # This file is part of Yt. # # You should have received a copy of the License along with this program. # If not, see . [package] name = "termsize" authors = [ "softprops ", "Benedikt Peetz ", ] description = "Retrieves terminal size" repository = "https://github.com/softprops/termsize" homepage = "https://github.com/softprops/termsize" documentation = "http://softprops.github.io/termsize" keywords = ["tty", "terminal", "term", "size", "dimensions"] license = "MIT" readme = "README.md" version.workspace = true edition.workspace = true rust-version.workspace = true publish = false [target.'cfg(unix)'.dependencies] libc = "0.2" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["handleapi", "fileapi", "wincon"] } [lints] workspace = true