[badges.maintenance]
status = "experimental"
[dependencies.const-default]
version = "1.0.0"
[dependencies.const-default-derive]
version = "0.2.0"
[dependencies.print-no-std]
version = "0.2.0"
[dependencies.sync-no-std]
version = "0.1.2"
[features]
default = []
logging = []
[lib]
name = "composable_allocators"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
[package]
authors = ["warlock <internalmike@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management", "no-std"]
description = "Composable memory allocators for new allocator API."
documentation = "https://docs.rs/composable-allocators/"
edition = "2021"
keywords = ["allocator", "memory", "composable", "fallback", "never_type"]
license = "MIT OR Apache-2.0"
name = "composable-allocators"
readme = "README.md"
repository = "https://github.com/A1-Triard/composable-allocators"
version = "0.3.2"
[package.metadata.docs.rs]
features = ["logging"]
[target.'cfg(all(not(target_os="dos"), not(windows)))'.dependencies.libc]
default-features = false
version = "0.2.126"
[target.'cfg(all(not(target_os="dos"), windows))'.dependencies.winapi]
features = ["heapapi", "minwindef", "ntdef"]
version = "0.3.9"