# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "term_size" version = "0.3.1" authors = ["Kevin K. ", "Benjamin Sago "] exclude = [] description = "functions for determining terminal sizes and dimensions" documentation = "https://kbknapp.github.io/term_size-rs" readme = "README.md" keywords = ["term", "terminal", "size", "width", "dimension"] categories = ["command-line-interface"] license = "MIT/Apache-2.0" repository = "https://github.com/kbknapp/term_size-rs.git" [profile.test] opt-level = 1 lto = false codegen-units = 2 debug = true debug-assertions = true rpath = false [profile.doc] opt-level = 0 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [profile.bench] opt-level = 3 lto = true debug = false debug-assertions = false rpath = false [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [profile.release] opt-level = 3 lto = true debug = false debug-assertions = false rpath = false [dependencies.clippy] version = "~0.0.112" optional = true [features] debug = [] default = [] lints = ["clippy", "nightly"] nightly = [] travis = ["lints", "nightly"] unstable = [] [target."cfg(not(target_os = \"windows\"))".dependencies.libc] version = "~0.2.20" [target."cfg(target_os = \"windows\")".dependencies.kernel32-sys] version = "~0.2.2" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "~0.2.8" [badges.appveyor] repository = "kbknapp/term_size-rs" [badges.travis-ci] repository = "kbknapp/term_size-rs"