ink_allocator 3.0.0-rc4

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

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

[features]
default = ["std"]
std = []
wee-alloc = ["wee_alloc"]

[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 = "2018"
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 = "3.0.0-rc4"