[package] name = "term-detect" version = "0.1.8" authors = ["fnrir"] edition = "2021" description = "Terminal emulator detector" readme = "README.md" repository = "https://gitlab.com/fnrir/term-detect" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] configparser = "3.1" # https://github.com/dtolnay/no-panic/issues/28 #no-panic = "0.1.26" once_cell = { version = "1.20", optional = true } thiserror = "2" [features] default = ["cache", "cmdtrait"] cache = ["dep:once_cell"] cmdtrait = []