# 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 = "2021" name = "google-cloud-kms" version = "0.5.1" authors = ["yoshidan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Google Cloud Platform Key Management Service client library." documentation = "https://docs.rs/google-cloud-kms/latest/google_cloud_kms/" readme = "README.md" keywords = [ "gcp", "kms", "googleapis", "google-cloud-rust", ] license = "MIT" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/kms" [lib] name = "google_cloud_kms" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" optional = true [dependencies.ethers-core] version = "2.0" optional = true [dependencies.ethers-signers] version = "2.0" optional = true [dependencies.google-cloud-auth] version = "0.17" optional = true default-features = false [dependencies.google-cloud-gax] version = "0.19.1" [dependencies.google-cloud-googleapis] version = "0.15.0" features = ["kms"] [dependencies.google-cloud-token] version = "0.1.2" [dependencies.k256] version = "0.13" features = ["pem"] optional = true [dependencies.prost-types] version = "0.13" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dev-dependencies.ctor] version = "0.1" [dev-dependencies.ethers] version = "2.0" [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.serial_test] version = "3.1" [dev-dependencies.tokio] version = "1.32" features = ["rt-multi-thread"] [dev-dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [features] auth = ["google-cloud-auth"] default = [ "default-tls", "auth", ] default-tls = ["google-cloud-auth?/default-tls"] eth = [ "ethers-core", "ethers-signers", "async-trait", "k256", ] external-account = ["google-cloud-auth?/external-account"] rustls-tls = ["google-cloud-auth?/rustls-tls"] trace = []