[package]
edition = "2024"
name = "minedmap-default-alloc"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper crate for target-specific selection of global allocator default"
readme = "README.md"
license = "MIT"
repository = "https://github.com/neocturne/MinedMap"
[features]
jemalloc = ["dep:tikv-jemallocator"]
[lib]
name = "minedmap_default_alloc"
path = "src/lib.rs"
[dependencies.tikv-jemallocator]
version = "0.7.0"
optional = true
[target.'cfg(target_env = "musl")'.dependencies.tikv-jemallocator]
version = "0.7.0"