[go: up one dir, main page]

google-cloud-wkt 0.5.0

Google Cloud Client Libraries for Rust - Well Known Types
Documentation
[dependencies.base64]
default-features = false
features = ["std"]
version = "0.22"

[dependencies.bytes]
default-features = false
features = ["serde"]
version = "1"

[dependencies.chrono]
default-features = false
optional = true
version = "0.4"

[dependencies.serde]
default-features = false
features = ["serde_derive"]
version = "1"

[dependencies.serde_json]
default-features = false
features = ["std"]
version = "1"

[dependencies.serde_with]
default-features = false
features = ["base64", "macros", "std"]
version = "3"

[dependencies.thiserror]
default-features = false
version = "2"

[dependencies.time]
default-features = false
features = ["formatting", "parsing"]
version = "0.3"

[dependencies.url]
default-features = false
version = "2"

[dev-dependencies.anyhow]
default-features = false
version = "1"

[dev-dependencies.test-case]
default-features = false
version = "3"

[dev-dependencies.time]
default-features = false
features = ["formatting", "macros", "parsing"]
version = "0.3"

[features]
_internal-semver = []
chrono = ["dep:chrono"]
time = []

[lib]
name = "google_cloud_wkt"
path = "src/lib.rs"

[package]
authors = ["Google LLC"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "Google Cloud Client Libraries for Rust - Well Known Types"
edition = "2024"
keywords = ["gcp", "google-cloud", "google-cloud-rust", "sdk"]
license = "Apache-2.0"
name = "google-cloud-wkt"
readme = "README.md"
repository = "https://github.com/googleapis/google-cloud-rust/tree/main"
resolver = "2"
rust-version = "1.85.0"
version = "0.5.0"

[package.metadata.docs.rs]
features = ["chrono", "time"]

[[test]]
name = "any"
path = "tests/any.rs"

[[test]]
name = "complex_oneofs"
path = "tests/complex_oneofs.rs"

[[test]]
name = "duration"
path = "tests/duration.rs"

[[test]]
name = "empty"
path = "tests/empty.rs"

[[test]]
name = "enums"
path = "tests/enums.rs"

[[test]]
name = "field_name_override"
path = "tests/field_name_override.rs"

[[test]]
name = "message_with_bool"
path = "tests/message_with_bool.rs"

[[test]]
name = "message_with_bytes"
path = "tests/message_with_bytes.rs"

[[test]]
name = "message_with_enum"
path = "tests/message_with_enum.rs"

[[test]]
name = "message_with_f32"
path = "tests/message_with_f32.rs"

[[test]]
name = "message_with_f64"
path = "tests/message_with_f64.rs"

[[test]]
name = "message_with_field_mask"
path = "tests/message_with_field_mask.rs"

[[test]]
name = "message_with_i32"
path = "tests/message_with_i32.rs"

[[test]]
name = "message_with_i64"
path = "tests/message_with_i64.rs"

[[test]]
name = "message_with_null_value"
path = "tests/message_with_null_value.rs"

[[test]]
name = "message_with_recursion"
path = "tests/message_with_recursion.rs"

[[test]]
name = "message_with_string"
path = "tests/message_with_string.rs"

[[test]]
name = "message_with_u32"
path = "tests/message_with_u32.rs"

[[test]]
name = "message_with_u64"
path = "tests/message_with_u64.rs"

[[test]]
name = "message_with_value"
path = "tests/message_with_value.rs"

[[test]]
name = "message_with_wrappers"
path = "tests/message_with_wrappers.rs"

[[test]]
name = "oneofs"
path = "tests/oneofs.rs"

[[test]]
name = "unknown"
path = "tests/unknown.rs"