aboutsummaryrefslogtreecommitdiffstats
path: root/disktest-rawio/Cargo.toml
blob: 56a83124c0e0faa6e14b66b8c512058f7a2a4eed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "disktest-rawio"
description = "Raw disk I/O for the disktest crate"
version = "1.0.0"
homepage = "https://bues.ch/h/disktest"
repository = "https://github.com/mbuesch/disktest"
license = "MIT OR Apache-2.0"
readme = "README.md"
authors = ["Michael Büsch <m@bues.ch>"]
categories = ["command-line-utilities", "filesystem", "hardware-support"]
keywords = ["disk", "HDD", "SSD", "flash", "SD-card"]
edition = "2021"

[dependencies]
anyhow = "1"
libc = "0.2"

[target.'cfg(target_os="windows")'.dependencies]
regex = "1"
winapi = { version = "0.3", features = ["std", "impl-default", "minwindef", "ntdef", "winerror", "errhandlingapi", "fileapi", "handleapi", "ioapiset", "winbase", "winnt", "winioctl"] }
bues.ch cgit interface