wee_alloc 0.4.2

wee_alloc: The Wasm-Enabled, Elfin Allocator
[badges.travis-ci]
repository = "rustwasm/wee_alloc"
[dependencies.cfg-if]
version = "0.1.2"

[dependencies.memory_units]
version = "0.4.0"

[dependencies.spin]
default-features = false
features = ["const_fn"]
optional = true
version = "0.4"

[dependencies.unreachable]
version = "1.0.0"

[features]
default = ["size_classes"]
extra_assertions = []
size_classes = []
static_array_backend = ["spin"]
use_std_for_test_debugging = []

[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>", "Matt Howell <mjhowell@gmail.com>", "Zack Pierce <zachary.pierce@gmail.com>"]
categories = ["memory-management", "web-programming", "no-std", "wasm", "embedded"]
description = "wee_alloc: The Wasm-Enabled, Elfin Allocator"
license = "MPL-2.0"
name = "wee_alloc"
readme = "../README.md"
repository = "https://github.com/rustwasm/wee_alloc"
version = "0.4.2"
[target."cfg(all(unix, not(target_arch = \"wasm32\")))".dependencies.libc]
default-features = false
version = "0.2"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["memoryapi", "synchapi", "winbase"]
version = "0.3"