# 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 = "hddwiper" version = "2.0.0" description = "CLI tool to output a random stream of bytes to a hard drive or partition to wipe it." license = "MIT OR Apache-2.0" resolver = "2" [profile.release] lto = "fat" [dependencies.anyhow] version = "^1.0.57" [dependencies.async-trait] version = "^0.1.53" [dependencies.clap] version = "^3.1.12" features = ["derive"] [dependencies.crossbeam-channel] version = "^0.5.4" [dependencies.env_logger] version = "^0.9.0" [dependencies.flume] version = "^0.10.12" [dependencies.futures] version = "^0.3.21" [dependencies.generic-array] version = "^0.14.5" [dependencies.log] version = "^0.4.16" [dependencies.rand] version = "^0.8.5" [dependencies.rdrand] version = "^0.8.2" [dependencies.running-average] version = "^0.1.0" [dependencies.salsa20] version = "^0.10.2" [dev-dependencies.hex] version = "^0.4.3" [dev-dependencies.tokio] version = "^1.17.0" features = [ "macros", "rt-multi-thread", ]