core: Don't depend on pprof on Windows

This commit is contained in:
Pekka Enberg
2024-03-03 11:34:34 +02:00
parent 84a5115d77
commit 59822e2c6f

View File

@@ -31,9 +31,11 @@ fallible-iterator = "0.3.0"
log = "0.4.20"
sqlite3-parser = "0.11.0"
[target.'cfg(not(target_family = "windows"))'.dev-dependencies]
pprof = { version = "0.12.1", features = ["criterion", "flamegraph"] }
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports", "async", "async_futures"] }
pprof = { version = "0.12.1", features = ["criterion", "flamegraph"] }
rstest = "0.18.2"
rusqlite = "0.29.0"