gear-core-processor 0.0.0

The core processor for Gear programs
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 = "gear-core-processor"
version = "0.0.0"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The core processor for Gear programs"
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/core-processor"
readme = false
keywords = [
    "gear",
    "wasm",
    "runtime",
    "processor",
    "execution",
]
categories = [
    "wasm",
    "no-std",
    "cryptography::cryptocurrencies",
]
license = "GPL-3.0"
repository = "https://github.com/gear-tech/gear"

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

[dependencies]