gear-sandbox-interface 2.0.0

Gear Sandbox Interface
# 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-sandbox-interface"
version = "2.0.0"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gear Sandbox Interface"
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/gear-sandbox-interface"
readme = false
license = "GPL-3.0"
repository = "https://github.com/gear-tech/gear"

[features]
default = [
    "std",
    "host-api",
]
host-api = [
    "std",
    "sp-wasm-interface/wasmtime",
]
std = [
    "gear-sandbox-host",
    "log",
    "sp-runtime-interface/std",
    "sp-wasm-interface/std",
]

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

[dependencies.gear-sandbox-host]
version = "=2.0.0"
optional = true

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

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

[dependencies.sp-runtime-interface]
version = "18.0.0"
package = "gp-runtime-interface"

[dependencies.sp-wasm-interface]
version = "15.0.0"
default-features = false
package = "gp-wasm-interface"

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