]> git.lizzy.rs Git - rust.git/blobdiff - crates/profile/Cargo.toml
Merge #10563
[rust.git] / crates / profile / Cargo.toml
index 486f9c164173a8296261ab158e63a3571774d988..6014ef3e1c2c17abf5a22a8cd842544c363544d1 100644 (file)
@@ -3,7 +3,6 @@ name = "profile"
 version = "0.0.0"
 description = "TBD"
 license = "MIT OR Apache-2.0"
-authors = ["rust-analyzer developers"]
 edition = "2018"
 
 [lib]
@@ -12,14 +11,17 @@ doctest = false
 [dependencies]
 once_cell = "1.3.1"
 cfg-if = "1"
-libc = "0.2.73"
-la-arena = { version = "0.2.0", path = "../../lib/arena" }
+libc = "0.2"
+la-arena = { version = "0.3.0", path = "../../lib/arena" }
 countme = { version = "2.0.1", features = ["enable"] }
-jemalloc-ctl = { version = "0.3.3", optional = true }
+jemalloc-ctl = { version = "0.4.1", package = "tikv-jemalloc-ctl", optional = true }
 
 [target.'cfg(target_os = "linux")'.dependencies]
 perf-event = "0.4"
 
+[target.'cfg(windows)'.dependencies]
+winapi = { version = "0.3.8", features = ["psapi"] }
+
 [features]
 cpu_profiler = []
 jemalloc = ["jemalloc-ctl"]