rinkey 0.1.1

Keyset manipulation command-line tool for Rust port of Google's Tink cryptography library
[dependencies.structopt]
version = "^0.3.21"

[dependencies.tink-aead]
version = "^0.1"

[dependencies.tink-awskms]
version = "^0.1"

[dependencies.tink-core]
features = ["insecure", "json"]
version = "^0.1"

[dependencies.tink-daead]
version = "^0.1"

[dependencies.tink-gcpkms]
version = "^0.1"

[dependencies.tink-mac]
version = "^0.1"

[dependencies.tink-prf]
version = "^0.1"

[dependencies.tink-proto]
version = "^0.1"

[dependencies.tink-signature]
version = "^0.1"

[dependencies.tink-streaming-aead]
version = "^0.1"

[package]
authors = ["David Drysdale <drysdale@google.com>"]
categories = ["cryptography", "command-line-utilities"]
description = "Keyset manipulation command-line tool for Rust port of Google's Tink cryptography library"
edition = "2018"
keywords = ["cryptography", "tink"]
license = "Apache-2.0"
name = "rinkey"
repository = "https://github.com/project-oak/tink-rust"
version = "0.1.1"