rspack_allocator 0.5.5

rspack allocator
Documentation
[lib]
name = "rspack_allocator"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "rspack allocator"
edition = "2024"
license = "MIT"
name = "rspack_allocator"
readme = false
repository = "https://github.com/web-infra-dev/rspack"
resolver = "2"
version = "0.5.5"

[target.'cfg(all(not(target_os = "linux"), not(target_os = "macos"), not(target_family = "wasm")))'.dependencies.mimalloc]
default-features = false
package = "mimalloc-rspack"
version = "0.2.4"

[target.'cfg(not(target_family = "wasm"))'.dependencies.sftrace-setup]
default-features = false
optional = true
version = "0.1.0"

[target.'cfg(target_os = "linux")'.dependencies.mimalloc]
default-features = false
features = ["local_dynamic_tls"]
package = "mimalloc-rspack"
version = "0.2.4"

[target.'cfg(target_os = "macos")'.dependencies.mimalloc]
default-features = false
features = ["v3"]
package = "mimalloc-rspack"
version = "0.2.4"