File: Cargo.toml

package info (click to toggle)
golang-github-sigstore-protobuf-specs 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,956 kB
  • sloc: makefile: 138; sh: 104; ruby: 7
file content (27 lines) | stat: -rw-r--r-- 873 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "sigstore_protobuf_specs"
version = "0.4.0"
authors = ["Sigstore Authors <sigstore-dev@googlegroups.com>"]
edition = "2021"
homepage = "https://github.com/sigstore/protobuf-specs"
repository = "https://github.com/sigstore/protobuf-specs"
description = "A library for serializing and deserializing Sigstore messages"
readme = "../README.md"
license = "Apache-2.0"
keywords = ["sigstore"]
categories = ["encoding", "parser-implementations"]

[dependencies]
prost-types = "0.13.4"
prost = "0.13.5"
prost-reflect = { version = "0.14.6", features = ["serde", "derive"] }
serde = {version = "1.0", features = ["derive"]}
serde_json = "1.0"
sigstore-protobuf-specs-derive = { version = "0.0.1", path = "../sigstore-protobuf-specs-derive" }

[build-dependencies]
anyhow = "1.0.97"
glob = "0.3"
prost-build = "0.13.4"
prost-reflect-build = "0.14.0"
which = "7.0.1"