gsp-allocator 29.0.0

Collection of allocator implementations.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.91"
name = "gsp-allocator"
version = "29.0.0"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Collection of allocator implementations."
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/gsp-allocator"
readme = "README.md"
keywords = [
    "allocator",
    "wasm",
    "memory",
    "substrate",
    "no-std",
]
categories = [
    "memory-management",
    "wasm",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/gear-tech/gear"

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

[features]
default = ["std"]
std = [
    "codec/std",
    "log/std",
    "sp-wasm-interface-common/std",
    "thiserror",
]

[lib]
name = "gsp_allocator"
path = "src/lib.rs"

[dependencies.codec]
version = "3.7.5"
features = ["derive"]
default-features = false
package = "parity-scale-codec"

[dependencies.log]
version = "0.4.22"
default-features = false

[dependencies.sp-wasm-interface-common]
version = "=7.0.0"
default-features = false
package = "gsp-wasm-interface-common"

[dependencies.thiserror]
version = "2.0.12"
optional = true
default-features = false

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(fuzz)",
    "cfg(loom)",
    "cfg(substrate_runtime)",
    'cfg(build_type, values("debug"))',
]