which-terminal 0.1.0

Cross-platform terminal detection library for Rust
Documentation
[[bin]]
name = "which-terminal"
path = "src/main.rs"

[lib]
name = "which_terminal"
path = "src/lib.rs"

[package]
authors = ["ahaoboy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "os"]
description = "Cross-platform terminal detection library for Rust"
edition = "2024"
homepage = "https://github.com/ahaoboy/which-terminal"
include = ["/src", "/Cargo.toml", "/README.md"]
keywords = ["terminal", "detection", "cross-platform", "tty"]
license = "MIT"
name = "which-terminal"
readme = "README.md"
repository = "https://github.com/ahaoboy/which-terminal"
version = "0.1.0"

[profile.bloaty]
debug = 2
inherits = "release"
lto = false
strip = false

[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
strip = true