disktest 2.1.0

Tester for Solid State Disks, Non-Volatile Memory Storage, Hard Disks, USB Sticks, SD-Cards, etc..
# 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 = "2024"
rust-version = "1.85"
name = "disktest"
version = "2.1.0"
authors = ["Michael Büsch <m@bues.ch>"]
build = false
autolib = 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"

[[bin]]
name = "disktest"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "color",
    "wrap_help",
]

[dependencies.disktest-lib]
version = "2"

[dependencies.signal-hook]
version = "0.4"

[lints.clippy]
cargo = "warn"
clone_on_ref_ptr = "warn"
dbg_macro = "warn"
mem_forget = "warn"
pedantic = "warn"
precedence_bits = "warn"
todo = "warn"
try_err = "warn"
undocumented_unsafe_blocks = "warn"
unimplemented = "warn"
unseparated_literal_suffix = "warn"
unused_result_ok = "warn"
unused_trait_names = "warn"

[lints.clippy.cast_precision_loss]
level = "allow"
priority = 1

[lints.clippy.default_trait_access]
level = "allow"
priority = 1

[lints.clippy.implicit_clone]
level = "allow"
priority = 1

[lints.clippy.manual_string_new]
level = "allow"
priority = 1

[lints.clippy.missing-errors-doc]
level = "allow"
priority = 1

[lints.clippy.missing-panics-doc]
level = "allow"
priority = 1

[lints.clippy.multiple-crate-versions]
level = "allow"
priority = 1

[lints.clippy.must_use_candidate]
level = "allow"
priority = 1

[lints.clippy.similar-names]
level = "allow"
priority = 1

[lints.clippy.struct-excessive-bools]
level = "allow"
priority = 1

[lints.clippy.too_many_lines]
level = "allow"
priority = 1

[lints.clippy.unnecessary_wraps]
level = "allow"
priority = 1