[package]
edition = "2024"
rust-version = "1.87.0"
name = "google-cloud-wkt"
version = "1.4.0"
authors = ["Google LLC"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Google Cloud Client Libraries for Rust - Well Known Types"
readme = "README.md"
keywords = [
"gcp",
"google-cloud",
"google-cloud-rust",
"sdk",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/googleapis/google-cloud-rust/tree/main"
[package.metadata.docs.rs]
features = [
"chrono",
"time",
]
[features]
_internal-semver = []
chrono = ["dep:chrono"]
time = []
[lib]
name = "google_cloud_wkt"
path = "src/lib.rs"
[[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"
[dependencies.base64]
version = "0.22"
features = ["std"]
default-features = false
[dependencies.bytes]
version = "1.10"
features = ["serde"]
default-features = false
[dependencies.chrono]
version = "0.4.44"
optional = true
default-features = false
[dependencies.serde]
version = "1.0.228"
features = ["serde_derive"]
default-features = false
[dependencies.serde_json]
version = "1.0.148"
features = ["std"]
default-features = false
[dependencies.serde_with]
version = "3"
features = [
"base64",
"macros",
"std",
]
default-features = false
[dependencies.thiserror]
version = "2.0.12"
default-features = false
[dependencies.time]
version = "0.3.45"
features = [
"formatting",
"parsing",
]
default-features = false
[dependencies.url]
version = "2.4"
default-features = false
[dev-dependencies.anyhow]
version = "1.0.102"
features = ["std"]
default-features = false
[dev-dependencies.test-case]
version = "3.3"
default-features = false
[dev-dependencies.time]
version = "0.3.45"
features = [
"formatting",
"macros",
"parsing",
]
default-features = false