[package] name = "sp-core-hashing-proc-macro" version = "9.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0" homepage = "https://substrate.io" repository = "https://github.com/paritytech/substrate/" description = "This crate provides procedural macros for calculating static hash." documentation = "https://docs.rs/sp-core-hashing-proc-macro" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] proc-macro = true [dependencies] quote = "1.0.28" syn = { version = "2.0.16", features = ["full", "parsing"] } sp-core-hashing = { version = "9.0.0", default-features = false, path = "../" }