Files
pezkuwi-subxt/substrate/primitives/crypto/hashing/proc-macro/Cargo.toml
T
Lulu 0bbda78d86 Use 0.1.0 as minimum version for crates (#3941)
CI will be enforcing this with next parity-publish release
2024-04-04 09:26:53 +00:00

25 lines
613 B
TOML

[package]
name = "sp-crypto-hashing-proc-macro"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
homepage = "https://substrate.io"
repository.workspace = true
description = "Procedural macros for calculating static hashes."
documentation = "https://docs.rs/sp-crypto-hashing-proc-macro"
[lints]
workspace = true
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[lib]
proc-macro = true
[dependencies]
quote = { workspace = true }
syn = { features = ["full", "parsing"], workspace = true }
sp-crypto-hashing = { path = "..", default-features = false }