]> git.proxmox.com Git - rustc.git/blame - vendor/term/Cargo.toml
New upstream version 1.52.1+dfsg1
[rustc.git] / vendor / term / Cargo.toml
CommitLineData
f20569fa
XL
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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "term"
16version = "0.7.0"
17authors = ["The Rust Project Developers", "Steven Allen"]
18exclude = ["/scripts/*", "/.travis.yml", "/appveyor.yml"]
19description = "A terminal formatting library\n"
20homepage = "https://github.com/Stebalien/term"
21documentation = "https://docs.rs/term/"
22readme = "README.md"
23categories = ["command-line-interface"]
24license = "MIT/Apache-2.0"
25repository = "https://github.com/Stebalien/term"
26[dependencies.dirs-next]
27version = "2"
28
29[features]
30default = []
31[target."cfg(windows)".dependencies.rustversion]
32version = "1"
33
34[target."cfg(windows)".dependencies.winapi]
35version = "0.3"
36features = ["consoleapi", "wincon", "handleapi", "fileapi"]
37[badges.appveyor]
38repository = "Stebalien/term"
39
40[badges.circle-ci]
41repository = "Stebalien/term"