# 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 = "2018" name = "tink-proto" version = "0.2.5" authors = ["David Drysdale "] description = "Protocol buffer message definitions for Rust port of Google's Tink cryptography library" documentation = "https://docs.rs/tink-proto" readme = "README.md" keywords = [ "cryptography", "tink", "protobuf", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/project-oak/tink-rust" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.base64] version = "^0.13" optional = true [dependencies.prost] version = "^0.11" [dependencies.serde] version = "^1.0.155" features = ["derive"] optional = true [build-dependencies.prost-build] version = "^0.11" [features] default = [] json = [ "base64", "serde", ]