# 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 = "1.16.0" authors = ["Polytope Labs "] build = 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" [lib] name = "simnode_runtime_api" path = "src/lib.rs" [dependencies.codec] version = "3.1.3" default-features = false package = "parity-scale-codec" [dependencies.sp-api] version = "34.0.0" default-features = false [dependencies.sp-std] version = "14.0.0" default-features = false [features] default = ["std"] std = [ "codec/std", "sp-api/std", "sp-std/std", ]