rinkey 0.1.1

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

[dependencies]
structopt = "^0.3.21"
tink-aead = "^0.1"
tink-awskms = "^0.1"
tink-core = { version = "^0.1", features = ["insecure", "json"] }
tink-daead = "^0.1"
tink-gcpkms = "^0.1"
tink-mac = "^0.1"
tink-prf = "^0.1"
tink-proto = "^0.1"
tink-signature = "^0.1"
tink-streaming-aead = "^0.1"