[dependencies.codec]
default-features = false
package = "parity-scale-codec"
version = "3.6.1"
[dependencies.hash-db]
optional = true
version = "0.16.0"
[dependencies.log]
default-features = false
version = "0.4.17"
[dependencies.scale-info]
default-features = false
features = ["derive"]
version = "2.10.0"
[dependencies.sp-api-proc-macro]
version = "12.0.0"
[dependencies.sp-core]
default-features = false
version = "25.0.0"
[dependencies.sp-externalities]
default-features = false
optional = true
version = "0.23.0"
[dependencies.sp-metadata-ir]
default-features = false
optional = true
version = "0.4.0"
[dependencies.sp-runtime]
default-features = false
version = "28.0.0"
[dependencies.sp-state-machine]
default-features = false
optional = true
version = "0.32.0"
[dependencies.sp-std]
default-features = false
version = "12.0.0"
[dependencies.sp-trie]
default-features = false
optional = true
version = "26.0.0"
[dependencies.sp-version]
default-features = false
version = "26.0.0"
[dependencies.thiserror]
optional = true
version = "1.0.48"
[dev-dependencies]
[features]
default = ["std"]
disable-logging = ["log/max_level_off"]
frame-metadata = ["sp-api-proc-macro/frame-metadata", "sp-metadata-ir"]
no-metadata-docs = ["sp-api-proc-macro/no-metadata-docs"]
std = ["codec/std", "hash-db", "log/std", "scale-info/std", "sp-api-proc-macro/std", "sp-core/std", "sp-externalities", "sp-externalities?/std", "sp-metadata-ir?/std", "sp-runtime/std", "sp-state-machine/std", "sp-std/std", "sp-trie/std", "sp-version/std", "thiserror"]
[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Substrate runtime api primitives"
edition = "2021"
homepage = "https://substrate.io"
license = "Apache-2.0"
name = "sp-api"
readme = "README.md"
repository = "https://github.com/paritytech/polkadot-sdk.git"
version = "23.0.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]