[dependencies.blake2]
default-features = false
version = "0.10.4"
[dependencies.proc-macro-crate]
version = "1.1.3"
[dependencies.proc-macro2]
version = "1.0.37"
[dependencies.quote]
version = "1.0.10"
[dependencies.syn]
features = ["full", "fold", "extra-traits", "visit"]
version = "1.0.98"
[features]
default = ["std"]
std = []
[lib]
proc-macro = true
[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Macros for declaring and implementing runtime apis."
documentation = "https://docs.rs/sp-api-proc-macro"
edition = "2021"
homepage = "https://substrate.io"
license = "Apache-2.0"
name = "sp-api-proc-macro"
readme = "README.md"
repository = "https://github.com/paritytech/substrate/"
version = "5.0.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]