# 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 = "burn_operation" version = "0.1.0" authors = ["0xKitsune"] description = "A simple CLI tool to securely wipe a computer, at the speed of light." documentation = "https://docs.rs/burn_operation/" readme = "README.md" keywords = [ "secure", "wipe", "zero", "reset", ] categories = ["security"] license = "MIT" repository = "https://github.com/0xKitsune/burn_operation" resolver = "2" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.jwalk] version = "0.1.0" [dependencies.rand] version = "0.5.0"