sp-metadata-ir 0.7.0

Intermediate representation of the runtime metadata. (polkadot v1.10.0)
Documentation
[package]
name = "sp-metadata-ir"
version = "0.7.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
homepage = "https://substrate.io"
repository.workspace = true
description = "Intermediate representation of the runtime metadata. (polkadot v1.10.0)"
documentation = "https://docs.rs/sp-metadata-ir"

[lints]
workspace = true

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false }
frame-metadata = { version = "16.0.0", default-features = false, features = ["current"] }
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }

[features]
default = ["std"]
std = ["codec/std", "frame-metadata/std", "scale-info/std"]