# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.72.0" name = "clearscreen" version = "3.0.0" authors = ["FĂ©lix Saparelli "] exclude = [ "/bin", "/.github", ] description = "Cross-platform terminal screen clearing" homepage = "https://github.com/watchexec/clearscreen" documentation = "https://github.com/watchexec/clearscreen" readme = "README.md" keywords = [ "clear", "cls", "cli", "terminal", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/watchexec/clearscreen" [dependencies.terminfo] version = "0.8.0" [dependencies.thiserror] version = "1.0.38" [dependencies.which] version = "6.0.1" [features] windows-console = [] [target."cfg(unix)".dependencies.nix] version = "0.28.0" features = [ "fs", "term", ] default-features = false [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "consoleapi", "errhandlingapi", "handleapi", "impl-default", "lmapibuf", "lmserver", "lmwksta", "processenv", "winbase", "wincon", ]