1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
[package]
name = "multihash-derive-impl"
version = "0.1.1"
authors = ["David Craven <david@craven.ch>"]
edition = "2018"
description = "Internal proc-macro crate for the MultihashDigest derive"
license = "MIT"
repository = "https://github.com/multiformats/rust-multihash"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = { version = "1.0.24", features = ["span-locations"] }
proc-macro-crate = "2.0.0"
proc-macro-error = "1.0.4"
quote = "1.0.7"
syn = "2.0.66"
synstructure = "0.13.1"
|