[dependencies.terminfo]
version = "0.9.0"
[dependencies.thiserror]
version = "2.0.11"
[dependencies.which]
version = "8.0.0"
[[example]]
name = "clscli"
path = "examples/clscli.rs"
[features]
windows-console = []
[lib]
name = "clearscreen"
path = "src/lib.rs"
[package]
authors = ["Félix Saparelli <felix@passcod.name>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Cross-platform terminal screen clearing"
documentation = "https://github.com/watchexec/clearscreen"
edition = "2021"
exclude = ["/bin", "/.github"]
homepage = "https://github.com/watchexec/clearscreen"
keywords = ["clear", "cls", "cli", "terminal"]
license = "Apache-2.0 OR MIT"
name = "clearscreen"
readme = "README.md"
repository = "https://github.com/watchexec/clearscreen"
rust-version = "1.79.0"
version = "4.0.3"
[target."cfg(unix)".dependencies.nix]
default-features = false
features = ["fs", "term"]
version = "0.30.1"
[target."cfg(windows)".dependencies.windows-sys]
default-features = false
features = ["Win32_Foundation", "Win32_System_Console", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_NetworkManagement_NetManagement"]
version = ">=0.59, <=0.61"
[[test]]
name = "default"
path = "tests/default.rs"
[[test]]
name = "platformed"
path = "tests/platformed.rs"