1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
[package]
name = "sigstore-protobuf-specs-derive"
version = "0.0.1"
edition = "2021"
authors = ["Sigstore Authors <sigstore-dev@googlegroups.com>"]
homepage = "https://github.com/sigstore/protobuf-specs"
repository = "https://github.com/sigstore/protobuf-specs"
description = "Derive macros for sigstore-protobuf-specs. This is an implementation detail, you do not need this dependency."
readme = "../README.md"
license = "Apache-2.0"
keywords = ["sigstore"]
[dependencies]
syn = "2.0"
quote = "1.0"
[lib]
proc-macro = true
|