# 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" name = "wipe" version = "2.1.1" authors = ["Rico Riedel "] description = "Wipe the content of your terminal." readme = "README.md" license = "MIT" repository = "https://github.com/ricoriedel/wipe" [dependencies.cancellation] version = "0.1" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.crossterm] version = "0.25" [dependencies.ctrlc] version = "3.2" [dependencies.derive_more] version = "0.99" [dependencies.rand] version = "0.8" [dev-dependencies.approx] version = "0.5" [dev-dependencies.mockall] version = "0.11"