[go: up one dir, main page]

google-cloud-kms-v1 0.1.0

Google Cloud Client Libraries for Rust - Cloud Key Management Service (KMS) API
Documentation
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Code generated by sidekick. DO NOT EDIT.

[package]
name                 = "google-cloud-kms-v1"
version              = "0.1.0"
description          = "Google Cloud Client Libraries for Rust - Cloud Key Management Service (KMS) API"
edition.workspace    = true
authors.workspace    = true
license.workspace    = true
repository.workspace = true
keywords.workspace   = true
categories.workspace = true

[dependencies]
async-trait = { version = "0.1" }
bytes      = { version = "1", features = ["serde"] }
gax        = { version = "0.20", path = "../../../../../src/gax", package = "google-cloud-gax", features = ["unstable-sdk-client"] }
iam_v1     = { version = "0.1", path = "../../../../../src/generated/iam/v1", package = "google-cloud-iam-v1" }
lazy_static = { version = "1" }
location   = { version = "0.1", path = "../../../../../src/generated/cloud/location", package = "google-cloud-location" }
longrunning = { version = "0.22", path = "../../../../../src/generated/longrunning", package = "google-cloud-longrunning" }
lro        = { version = "0.1", path = "../../../../../src/lro", package = "google-cloud-lro" }
reqwest    = { version = "0.12", features = ["json"] }
serde      = { version = "1", features = ["serde_derive"] }
serde_json = { version = "1" }
serde_with = { version = "3", default-features = false, features = ["base64", "macros", "std"] }
tracing    = { version = "0.1" }
wkt        = { version = "0.1", path = "../../../../../src/wkt", package = "google-cloud-wkt" }

[features]
unstable-stream = ["gax/unstable-stream", "location/unstable-stream", "longrunning/unstable-stream"]

[dev-dependencies]
tokio = { version = "1", features = ["time"] }