ink_allocator 5.0.0

[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 = []

[package]
authors = ["Parity Technologies <admin@parity.io>", "Robin Freyler <robin@parity.io>"]
categories = ["no-std", "embedded"]
description = "[ink!] Bindings to the Wasm heap memory allocator."
documentation = "https://docs.rs/ink_allocator/"
edition = "2021"
homepage = "https://www.parity.io/"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"]
license = "Apache-2.0"
name = "ink_allocator"
readme = "README.md"
repository = "https://github.com/paritytech/ink"
version = "5.0.0"