[features]
allocator_api = []
default = ["std"]
doc_cfg = []
std = []
[package]
categories = ["no-std"]
description = "Minimal fallback for the standard library’s allocator API"
documentation = "https://docs.rs/allocator-fallback"
edition = "2018"
keywords = ["allocator", "fallback"]
license = "Apache-2.0"
name = "allocator-fallback"
readme = "misc/crate-readme.md"
repository = "https://github.com/taylordotfish/allocator-fallback"
rust-version = "1.52"
version = "0.1.5"
[package.metadata.docs.rs]
features = ["doc_cfg"]