]> git.proxmox.com Git - rustc.git/blob - vendor/terminal_size/Cargo.toml
New upstream version 1.68.2+dfsg1
[rustc.git] / vendor / terminal_size / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
7 #
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2018"
14 name = "terminal_size"
15 version = "0.2.3"
16 authors = ["Andrew Chin <achin@eminence32.net>"]
17 description = "Gets the size of your Linux or Windows terminal"
18 documentation = "https://docs.rs/crate/terminal_size"
19 readme = "README.md"
20 keywords = [
21 "terminal",
22 "console",
23 "term",
24 "size",
25 "dimensions",
26 ]
27 license = "MIT OR Apache-2.0"
28 repository = "https://github.com/eminence/terminal-size"
29
30 [target."cfg(not(windows))".dependencies.rustix]
31 version = "0.36.3"
32 features = ["termios"]
33
34 [target."cfg(windows)".dependencies.windows-sys]
35 version = "0.42.0"
36 features = [
37 "Win32_Foundation",
38 "Win32_System_Console",
39 ]