[package]
edition = "2021"
name = "swc_malloc"
version = "1.2.5"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configures the best memory allocator for each platforms"
documentation = "https://rustdoc.swc.rs/swc_malloc/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"
[lib]
name = "swc_malloc"
path = "src/lib.rs"
bench = false
[dependencies]
[target.'cfg(all(not(target_os = "linux"), not(target_family = "wasm")))'.dependencies.mimalloc]
version = "0.1.43"
features = []
[target.'cfg(all(target_os = "linux", target_env = "gnu", any(target_arch = "x86_64", target_arch = "aarch64")))'.dependencies.mimalloc]
version = "0.1.43"
features = ["local_dynamic_tls"]
[target.'cfg(all(target_os = "linux", target_env = "gnu", target_arch = "arm"))'.dependencies.tikv-jemallocator]
version = "0.5"
features = ["disable_initial_exec_tls"]