gcore 2.0.0-pre.1

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

[features]
codec = [
    "gear-core-errors/codec",
    "gprimitives/codec",
]
compile-shim = ["cc"]
debug = []
ethexe = ["gsys/ethexe"]

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

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

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

[dependencies.gear-stack-buffer]
version = "=2.0.0-pre.1"

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

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

[dependencies.gsys]
version = "=2.0.0-pre.1"

[dependencies.paste]
version = "1.0"

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

[dev-dependencies.galloc]
version = "=2.0.0-pre.1"

[dev-dependencies.hex-literal]
version = "0.4.1"

[build-dependencies.cc]
version = "1.2.37"
optional = true