[dependencies]
[lib]
name = "dudy_malloc"
path = "src/lib.rs"
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Easy way to configure best memory allocation for each platforms"
edition = "2021"
license = "Apache-2.0"
name = "dudy-malloc"
readme = "README.md"
repository = "https://github.com/dudykr/ddbase.git"
version = "0.1.2"
[target.'cfg(all(target_os = "linux", target_env = "gnu", any(target_arch = "x86_64", target_arch = "aarch64")))'.dependencies.tikv-jemallocator]
features = ["disable_initial_exec_tls"]
version = "0.4"
[target.'cfg(not(target_os = "linux"))'.dependencies.mimalloc-rust]
version = "0.2"