blob: b6a89dd49e615957f6c7310f6eb46f137aa82c9a [file] [log] [blame] [edit]
[package]
name = "compiletest"
version = "0.0.0"
edition = "2021"
[lib]
doctest = false
[dependencies]
anstyle-svg = "0.1.3"
colored = "2"
diff = "0.1.10"
unified-diff = "0.2.1"
getopts = "0.2"
indexmap = "2.0.0"
miropt-test-tools = { path = "../miropt-test-tools" }
build_helper = { path = "../build_helper" }
tracing = "0.1"
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
regex = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rustfix = "0.8.1"
walkdir = "2"
glob = "0.3.0"
anyhow = "1"
home = "0.5.5"
[target.'cfg(unix)'.dependencies]
libc = "0.2"
[target.'cfg(windows)'.dependencies]
miow = "0.6"
[target.'cfg(windows)'.dependencies.windows]
version = "0.57.0"
features = [
"Win32_Foundation",
"Win32_System_Diagnostics_Debug",
]