# 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.75.0" name = "disktest-lib" version = "1.1.0" authors = ["Michael Büsch "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tester for Solid State Disks, Non-Volatile Memory Storage, Hard Disks, USB Sticks, SD-Cards, etc.." homepage = "https://bues.ch/h/disktest" readme = "README.md" keywords = [ "disk", "HDD", "SSD", "flash", "SD-card", ] categories = [ "command-line-utilities", "filesystem", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mbuesch/disktest" [lib] name = "disktest_lib" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" [dependencies.disktest-rawio] version = "1" [dependencies.movavg] version = "2" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.ring] version = "0.17" [dependencies.signal-hook] version = "0.3" [dependencies.tempfile] version = "3"