mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07:58 +00:00
2b8af8cb1a
* chore(release): sp-core v7.0.0 * chore(release): sp-runtime v7.0.0 * fix bad merge
23 lines
678 B
TOML
23 lines
678 B
TOML
[package]
|
|
name = "sp-core-hashing-proc-macro"
|
|
version = "5.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
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]
|
|
proc-macro2 = "1.0.37"
|
|
quote = "1.0.6"
|
|
syn = { version = "1.0.98", features = ["full", "parsing"] }
|
|
sp-core-hashing = { version = "5.0.0", default-features = false, path = "../" }
|