ink_allocator 5.1.1

[ink!] Bindings to the Wasm heap memory allocator.
Documentation
[dependencies.cfg-if]
version = "1.0"

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.quickcheck_macros]
version = "1"

[features]
default = ["std"]
ink-fuzz-tests = ["std"]
no-allocator = []
std = []

[lib]
name = "ink_allocator"
path = "src/lib.rs"

[package]
authors = ["Use Ink <ink@use.ink>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "embedded"]
description = "[ink!] Bindings to the Wasm heap memory allocator."
documentation = "https://docs.rs/ink_allocator/"
edition = "2021"
homepage = "https://use.ink"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
keywords = ["wasm", "ink", "webassembly", "blockchain", "edsl"]
license = "Apache-2.0"
name = "ink_allocator"
readme = "README.md"
repository = "https://github.com/use-ink/ink"
version = "5.1.1"