[dependencies.blake2-rfc]
default-features = false
version = "0.2.18"
[dependencies.proc-macro-crate]
version = "0.1.4"
[dependencies.proc-macro2]
version = "1.0.6"
[dependencies.quote]
version = "1.0.3"
[dependencies.syn]
features = ["full", "fold", "extra-traits", "visit"]
version = "1.0.58"
[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 = "2018"
homepage = "https://substrate.dev"
license = "Apache-2.0"
name = "sp-api-proc-macro"
repository = "https://github.com/paritytech/substrate/"
version = "3.0.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]