# 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 = "diskbench" version = "0.2.1" authors = ["deeean "] include = ["src/**/*", "*.md"] description = "Lightweight benchmark tools for HDD, SSD" keywords = ["io", "commandline"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/deeean/diskbench" resolver = "2" [[bin]] name = "diskbench" [dependencies.fastrand] version = "1.7.0" [dependencies.indicatif] version = "0.16.2" [dependencies.parse-size] version = "1.0.0" [dependencies.seahorse] version = "2.0.0"