disk-spinner 0.3.0

A burn-in tool for spinning rust HDDs
# 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 = "disk-spinner"
version = "0.3.0"
authors = ["Andreas Fuchs <asf@boinkor.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A burn-in tool for spinning rust HDDs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/boinkor-net/disk-spinner"

[features]
default = []
shishua-cli = []

[[bin]]
name = "disk-spinner"
path = "src/main.rs"

[dependencies.aes]
version = "0.8.4"

[dependencies.aligned-buffer]
version = "0.2.0"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.blake3]
version = "1.8.2"

[dependencies.clap]
version = "4.5.53"
features = ["derive"]

[dependencies.ctr]
version = "0.9.2"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.libc]
version = "0.2.178"

[dependencies.rand]
version = "0.9.2"

[dependencies.rand_chacha]
version = "0.9.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-indicatif]
version = "0.3.14"

[dependencies.tracing-subscriber]
version = "0.3.19"

[dev-dependencies.test-case]
version = "3.3.1"

[dev-dependencies.tracing-test]
version = "0.2.5"

[target.'cfg(target_os = "linux")'.dependencies.block-utils]
version = "0.11.1"