gecko-dev/third_party/rust/term/Cargo.toml

22 строки
495 B
TOML

[package]
name = "term"
version = "0.4.5"
authors = ["The Rust Project Developers", "Steven Allen"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/Stebalien/term"
homepage = "https://github.com/Stebalien/term"
documentation = "https://stebalien.github.io/doc/term/term/"
description = """
A terminal formatting library
"""
categories = ["command-line-interface"]
[target.'cfg(windows)'.dependencies]
winapi = "0.2"
kernel32-sys = "0.2"
[features]
default=[]