# 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 = "gp-runtime-interface" version = "22.0.0-pre.1" authors = ["Gear Technologies"] description = "Substrate runtime interface" homepage = "https://substrate.io" documentation = "https://docs.rs/gp-runtime-interface/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/gear-tech/polkadot-sdk" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.bytes] version = "1.1.0" default-features = false [dependencies.codec] version = "3.6.1" features = ["bytes"] default-features = false package = "parity-scale-codec" [dependencies.impl-trait-for-tuples] version = "0.2.2" [dependencies.primitive-types] version = "0.12.0" default-features = false [dependencies.sp-externalities] version = "0.23.0-pre.1" default-features = false package = "gp-externalities" [dependencies.sp-runtime-interface-proc-macro] version = "11.0.0-pre.0" package = "gp-runtime-interface-proc-macro" [dependencies.sp-std] version = "12.0.0" default-features = false [dependencies.sp-storage] version = "17.0.0" default-features = false [dependencies.sp-tracing] version = "14.0.0" default-features = false [dependencies.sp-wasm-interface] version = "18.0.0-pre.1" default-features = false package = "gp-wasm-interface" [dependencies.static_assertions] version = "1.0.0" [dev-dependencies.rustversion] version = "1.0.6" [dev-dependencies.sp-core] version = "23.0.0" [dev-dependencies.sp-io] version = "25.0.0" [dev-dependencies.sp-state-machine] version = "0.30.0" [dev-dependencies.trybuild] version = "1.0.74" [features] default = ["std"] disable_target_static_assertions = [] std = [ "bytes/std", "codec/std", "primitive-types/std", "sp-core/std", "sp-externalities/std", "sp-io/std", "sp-state-machine/std", "sp-std/std", "sp-storage/std", "sp-tracing/std", "sp-wasm-interface/std", ]