[package]
name = "gsp-allocator"
version = "29.0.0"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Collection of allocator implementations."
documentation = "https://docs.rs/gsp-allocator"
readme = "README.md"
homepage.workspace = true
repository.workspace = true
license = "Apache-2.0"
keywords = ["allocator", "wasm", "memory", "substrate", "no-std"]
categories = ["memory-management", "wasm", "no-std"]
[lints]
workspace = true
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { features = ["derive"], workspace = true }
log = { workspace = true, default-features = false }
thiserror = { workspace = true, optional = true }
sp-wasm-interface-common = { workspace = true, default-features = false }
[features]
default = ["std"]
std = ["codec/std", "log/std", "sp-wasm-interface-common/std", "thiserror"]