[package] name = "ink_allocator" version = "3.0.0-rc2" authors = ["Parity Technologies ", "Robin Freyler "] edition = "2018" license = "Apache-2.0" readme = "README.md" repository = "https://github.com/paritytech/ink" documentation = "https://docs.rs/ink_allocator/" homepage = "https://www.parity.io/" description = "[ink!] Bindings to the Wasm heap memory allocator." keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"] categories = ["no-std", "embedded"] include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"] [dependencies] wee_alloc = { version = "0.4", default-features = false } [features] default = ["std"] std = [] # The feature is not yet utilized in this crate, but we need to add it # here already anyway, since the CI tries to execute fuzzing on each crate. ink-fuzz-tests = ["std"]