simnode-runtime-api 2512.0.0

Runtime APIs required for simnode integration
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 = "2021"
name = "simnode-runtime-api"
version = "2512.0.0"
authors = ["Polytope Labs <hello@polytope.technology>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime APIs required for simnode integration"
homepage = "https://simnode.polytope.technology/"
documentation = "https://docs.rs/sc-simnode"
readme = "README.md"
keywords = [
    "substrate",
    "polkadot-sdk",
    "integration-testing",
    "e2e-tests",
]
license = "Apache-2.0"
repository = "https://github.com/polytope-labs/sc-simnode"

[features]
default = ["std"]
std = [
    "codec/std",
    "polkadot-sdk/std",
    "tokio",
]

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

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

[dependencies.polkadot-sdk]
version = "2512.1.0"
features = [
    "sp-api",
    "sp-std",
]
default-features = false

[dependencies.tokio]
version = "1.46"
features = ["net"]
optional = true