tink-proto 0.2.5

Protocol buffer message definitions for Rust port of Google's Tink cryptography library
Documentation
[build-dependencies.prost-build]
version = "^0.11"
[dependencies.base64]
optional = true
version = "^0.13"

[dependencies.prost]
version = "^0.11"

[dependencies.serde]
features = ["derive"]
optional = true
version = "^1.0.155"

[features]
default = []
json = ["base64", "serde"]

[package]
authors = ["David Drysdale <drysdale@google.com>"]
categories = ["cryptography"]
description = "Protocol buffer message definitions for Rust port of Google's Tink cryptography library"
documentation = "https://docs.rs/tink-proto"
edition = "2018"
keywords = ["cryptography", "tink", "protobuf"]
license = "Apache-2.0"
name = "tink-proto"
readme = "README.md"
repository = "https://github.com/project-oak/tink-rust"
version = "0.2.5"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]