summaryrefslogtreecommitdiffstats
path: root/disktest-rawio/Cargo.toml
blob: 226025822c868fd7bb4ab65dc823c502ad633560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "disktest-rawio"
version = "1.1.0"
description = "Raw disk I/O for the disktest crate"
readme = "README.md"
homepage = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
authors = { workspace = true }
categories = { workspace = true }
keywords = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }

[dependencies]
anyhow = { workspace = true }
libc = { workspace = true }

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