[dependencies.allocator-api2]
default-features = false
version = "0.3"
[dependencies.sptr]
version = "0.3"
[lib]
name = "hugealloc"
path = "src/lib.rs"
[package]
authors = ["OxiDD Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Hugepage-aware allocator"
edition = "2021"
homepage = "https://oxidd.net"
license = "MIT OR Apache-2.0"
name = "hugealloc"
readme = false
repository = "https://github.com/OxiDD/oxidd"
version = "0.1.2"
[target.'cfg(all(any(target_family = "unix", target_family = "windows"), not(miri)))'.dependencies.libc]
default-features = false
version = "0.2.153"