[package] name = "servo_allocator" version = "0.0.1" authors = ["The Servo Project Developers"] license = "MPL-2.0" publish = false [lib] path = "lib.rs" [target.'cfg(not(windows))'.dependencies] jemalloc-sys = { version = "0.1.4" } [target.'cfg(windows)'.dependencies] kernel32-sys = { version = "0.2.1" }