gsp-wasm-interface-common 7.0.0

Types and traits for interfacing between the host and the wasm runtime.
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-wasm-interface-common"
version = "7.0.0"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types and traits for interfacing between the host and the wasm runtime."
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/gsp-wasm-interface-common"
readme = "README.md"
keywords = [
    "wasm",
    "substrate",
    "runtime",
    "interface",
    "no-std",
]
categories = [
    "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",
    "sp-std/std",
    "wasmi/std",
]

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

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

[dependencies.sp-std]
version = "14.0.0"
default-features = false

[dependencies.wasmi]
version = "0.13.2"
optional = true
default-features = false