# 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 = "rinkey" version = "0.2.5" authors = ["David Drysdale "] description = "Keyset manipulation command-line tool for Rust port of Google's Tink cryptography library" readme = "README.md" keywords = [ "cryptography", "tink", ] categories = [ "cryptography", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/project-oak/tink-rust" [dependencies.structopt] version = "^0.3.26" [dependencies.tink-aead] version = "^0.2" [dependencies.tink-awskms] version = "^0.2" [dependencies.tink-core] version = "^0.2" features = [ "insecure", "json", ] [dependencies.tink-daead] version = "^0.2" [dependencies.tink-gcpkms] version = "^0.2" [dependencies.tink-hybrid] version = "^0.2" [dependencies.tink-mac] version = "^0.2" [dependencies.tink-prf] version = "^0.2" [dependencies.tink-proto] version = "^0.2" [dependencies.tink-signature] version = "^0.2" [dependencies.tink-streaming-aead] version = "^0.2"