[package]
edition = "2024"
rust-version = "1.91"
name = "galloc"
version = "2.0.0-pre.1"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gear Wasm allocator"
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/galloc"
readme = "README.md"
keywords = [
"gear",
"allocator",
"wasm",
"dlmalloc",
"no-std",
]
categories = [
"memory-management",
"wasm",
"no-std",
]
license = "GPL-3.0"
repository = "https://github.com/gear-tech/gear"
[features]
debug = ["dlmalloc/debug"]
[lib]
name = "galloc"
path = "src/lib.rs"
[dependencies.dlmalloc]
version = "0.2.1"
package = "gear-dlmalloc"
[dependencies.gear-workspace-hack]
version = "0.1.0"