2024-09-25 17:41:40 +02:00
|
|
|
[package]
|
|
|
|
|
name = "uv-performance-memory-allocator"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
publish = false
|
2025-05-18 19:38:43 -04:00
|
|
|
edition = "2024"
|
2024-09-25 17:41:40 +02:00
|
|
|
|
2024-10-11 16:41:35 +02:00
|
|
|
[lib]
|
|
|
|
|
doctest = false
|
|
|
|
|
|
2024-09-25 17:41:40 +02:00
|
|
|
[dependencies]
|
|
|
|
|
|
|
|
|
|
[target.'cfg(all(target_os = "windows"))'.dependencies]
|
|
|
|
|
mimalloc = { version = "0.1.43" }
|
|
|
|
|
|
2024-09-29 17:49:07 +02:00
|
|
|
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), not(target_os = "freebsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dependencies]
|
2024-09-25 17:41:40 +02:00
|
|
|
tikv-jemallocator = { version = "0.6.0" }
|