gstd 2.0.0

Gear programs standard library
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 = "gstd"
version = "2.0.0"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gear programs standard library"
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/gstd"
readme = "README.md"
keywords = [
    "gear",
    "std",
    "no-std",
    "wasm",
    "smart-contracts",
]
categories = ["api-bindings"]
license = "GPL-3.0"
repository = "https://github.com/gear-tech/gear"

[package.metadata.docs.rs]
features = ["document-features"]

[features]
debug = [
    "galloc/debug",
    "gcore/debug",
]
default = ["panic-message"]
ethexe = [
    "gcore/ethexe",
    "gstd-codegen/ethexe",
]
nightly = ["oom-handler"]
oom-handler = []
panic-handler = ["const_format"]
panic-location = ["panic-message"]
panic-message = [
    "panic-handler",
    "arrayvec",
]

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

[dependencies.arrayvec]
version = "0.7.4"
optional = true
default-features = false

[dependencies.const_format]
version = "0.2.32"
optional = true

[dependencies.document-features]
version = "0.2.10"
optional = true

[dependencies.futures]
version = "0.3"
features = ["alloc"]
default-features = false

[dependencies.galloc]
version = "=2.0.0"

[dependencies.gcore]
version = "=2.0.0"
features = ["codec"]

[dependencies.gear-core-errors]
version = "=2.0.0"

[dependencies.gear-workspace-hack]
version = "0.1.0"

[dependencies.gprimitives]
version = "=2.0.0"
features = ["codec"]
default-features = false

[dependencies.gstd-codegen]
version = "=2.0.0"

[dependencies.hashbrown]
version = "0.14.5"

[dependencies.hex]
version = "0.4.3"
features = ["alloc"]
default-features = false

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

[dependencies.scale-info]
version = "2.11"
features = ["derive"]
default-features = false

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

[dependencies.waker-fn]
version = "1.2.0"