# 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 = "2018" name = "ssd-benchmark" version = "1.1.10" authors = ["Sven Kanoldt "] build = false include = [ "src/**/*", "*.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Super Simple Disk Benchmark - benchmarks the writing performance of your disk." readme = "README.md" keywords = [ "io", "commandline", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/sassman/ssd-benchmark-rs" [package.metadata.rpm] package = "ssd-benchmark" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.ssd-benchmark] path = "/usr/bin/ssd-benchmark" [[bin]] name = "ssd-benchmark" path = "src/main.rs" [dependencies.fastrand] version = "2.1.1" [dependencies.figlet-rs] version = "0.1.5"