|
| 1 | +# Copyright 2026 Google LLC |
| 2 | +# |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# https://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | +# |
| 15 | +# Code generated by sidekick. DO NOT EDIT. |
| 16 | + |
| 17 | +[package] |
| 18 | +name = "google-cloud-ces-v1" |
| 19 | +version = "1.0.0" |
| 20 | +description = "Google Cloud Client Libraries for Rust - Gemini Enterprise for Customer Experience API" |
| 21 | +edition.workspace = true |
| 22 | +authors.workspace = true |
| 23 | +license.workspace = true |
| 24 | +repository.workspace = true |
| 25 | +keywords.workspace = true |
| 26 | +categories.workspace = true |
| 27 | +rust-version.workspace = true |
| 28 | + |
| 29 | +[lints] |
| 30 | +workspace = true |
| 31 | + |
| 32 | +[features] |
| 33 | +default = ["default-rustls-provider"] |
| 34 | +# Enabled by default. Use the default rustls crypto provider ([aws-lc-rs]) for |
| 35 | +# TLS and authentication. Applications with specific requirements for |
| 36 | +# cryptography (such as exclusively using the [ring] crate) should disable this |
| 37 | +# default and call `rustls::crypto::CryptoProvider::install_default()`. |
| 38 | +default-rustls-provider = ["gaxi/_default-rustls-provider"] |
| 39 | + |
| 40 | +[package.metadata.docs.rs] |
| 41 | +all-features = true |
| 42 | + |
| 43 | +[dependencies] |
| 44 | +async-trait.workspace = true |
| 45 | +bytes.workspace = true |
| 46 | +gaxi = { workspace = true, features = ["_internal-http-client"] } |
| 47 | +google-cloud-gax.workspace = true |
| 48 | +google-cloud-location.workspace = true |
| 49 | +google-cloud-longrunning.workspace = true |
| 50 | +google-cloud-lro.workspace = true |
| 51 | +serde.workspace = true |
| 52 | +serde_json.workspace = true |
| 53 | +serde_with.workspace = true |
| 54 | +tracing.workspace = true |
| 55 | +wkt.workspace = true |
0 commit comments