File: Cargo.toml.orig

package info (click to toggle)
rust-multihash-derive-impl 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 104 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 490 bytes parent folder | download
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"