# 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-gcpkms" version = "0.2.5" authors = ["David Drysdale "] description = "AWS-KMS integration for Rust port of Google's Tink cryptography library" documentation = "https://docs.rs/tink-gcpkms" readme = "README.md" keywords = [ "cryptography", "tink", "kms", "gcp", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/project-oak/tink-rust" [dependencies.base64] version = "^0.13" [dependencies.chrono] version = "^0.4" [dependencies.futures] version = "^0.3" [dependencies.http] version = "^0.2" [dependencies.hyper] version = "^0.14.20" features = [ "client", "http1", "http2", ] [dependencies.hyper-rustls] version = "^0.22.1" [dependencies.lazy_static] version = "^1.4" [dependencies.percent-encoding] version = "^2.2" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0.93" [dependencies.tink-core] version = "^0.2" [dependencies.tokio] version = "^1.16" [dependencies.yup-oauth2] version = "^5.1"