clearscreen 1.0.7

Cross-platform terminal screen clearing
Documentation
[package]
name = "clearscreen"
version = "1.0.7"

authors = ["FĂ©lix Saparelli <felix@passcod.name>"]
license = "Apache-2.0 OR MIT"
description = "Cross-platform terminal screen clearing"
keywords = ["clear", "cls", "cli", "terminal"]

documentation = "https://github.com/watchexec/clearscreen"
homepage = "https://github.com/watchexec/clearscreen"
repository = "https://github.com/watchexec/clearscreen"
readme = "README.md"

edition = "2018"
exclude = ["/bin", "/.github"]

[features]
windows-console = []

[dependencies]
terminfo = "0.7.3"
thiserror = "1.0.24"
which = "4.1.0"

[target.'cfg(unix)'.dependencies.nix]
version = "0.22.0"

[target.'cfg(windows)'.dependencies.winapi]
version = "0.3.9"
features = [
	"consoleapi",
	"errhandlingapi",
	"handleapi",
	"impl-default",
	"lmapibuf",
	"lmserver",
	"lmwksta",
	"processenv",
	"winbase",
	"wincon",
]