term 1.0.0

A terminal formatting library
Documentation
[dependencies.home]
version = "0.5.5"

[features]
default = []

[package]
authors = ["The Rust Project Developers", "Steven Allen"]
categories = ["command-line-interface"]
description = """
A terminal formatting library
"""
documentation = "https://docs.rs/term/"
edition = "2021"
homepage = "https://github.com/Stebalien/term"
license = "MIT OR Apache-2.0"
name = "term"
readme = "README.md"
repository = "https://github.com/Stebalien/term"
rust-version = "1.63"
version = "1.0.0"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Storage", "Win32_Foundation", "Win32_System_Console", "Win32_Storage_FileSystem", "Win32_Security"]
version = "0.52.0"