# 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 = "nozomi" version = "2.0.2" authors = ["Sans-Atout "] description = "Equivalent of the Linux shred command but in rust and library. Allows you to securely erase data from a hard drive." readme = "README.md" keywords = [ "security", "erase", "eraser", "wipping", "wipper", ] license = "GPL-3.0" repository = "https://github.com/Sans-Atout/Nozomi/" [dependencies.env_logger] version = "0.11.2" [dependencies.error-stack] version = "0.5.0" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dev-dependencies.pretty_assertions] version = "1.4.0" [lints.rust] unsafe_code = "forbid"