sc-allocator 37.0.0

Collection of allocator implementations.
Documentation
[package]
name = "sc-allocator"
version = "37.0.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
description = "Collection of allocator implementations."
documentation = "https://docs.rs/sc-allocator"
readme = "README.md"

[lints]
workspace = true

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
log = { workspace = true, default-features = true }
sp-core.workspace = true
sp-core.default-features = true
sp-wasm-interface.workspace = true
sp-wasm-interface.default-features = true
thiserror = { workspace = true }