# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sigstore_protobuf_specs" version = "0.3.6" authors = ["Sigstore Authors "] description = "A library for serializing and deserializing Sigstore messages" homepage = "https://github.com/sigstore/protobuf-specs" readme = "README.md" keywords = ["sigstore"] categories = [ "encoding", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/sigstore/protobuf-specs" [dependencies.prost] version = "0.12.3" [dependencies.prost-reflect] version = "0.12.0" features = [ "serde", "derive", ] [dependencies.prost-types] version = "0.12.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sigstore-protobuf-specs-derive] version = "0.0.1" [build-dependencies.anyhow] version = "1.0.72" [build-dependencies.glob] version = "0.3" [build-dependencies.prost-build] version = "0.12.3" [build-dependencies.prost-reflect-build] version = "0.12.0" [build-dependencies.which] version = "6.0.0"