[dependencies.thiserror]
version = "2.0.17"
[dev-dependencies.collection_literals]
version = "1.0.3"
[dev-dependencies.temp-env]
version = "0.3.6"
[dev-dependencies.tempfile]
version = "3.24.0"
[[example]]
name = "example"
path = "examples/example.rs"
[lib]
name = "terminfo_lean"
path = "src/lib.rs"
[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_sign_loss = "allow"
missing_errors_doc = "allow"
option_if_let_else = "allow"
too_many_lines = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
authors = ["Pavel Roskin", "The Rust Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Terminfo parsing library with simple API and minimal dependencies"
documentation = "https://docs.rs/terminfo-lean/"
edition = "2024"
keywords = ["terminfo", "terminal"]
license = "MIT OR Apache-2.0"
name = "terminfo-lean"
readme = "README.md"
repository = "https://github.com/proski/terminfo-lean"
rust-version = "1.88"
version = "0.1.2"
[[test]]
name = "all_terminals"
path = "tests/all_terminals.rs"