[package]
name = "logforth-layout-google-cloud-logging"
version = "0.4.0"
description = "Google Cloud Structured Logging layout for Logforth."
keywords = ["logging", "log", "google-cloud-logging"]
categories.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
rust-version.workspace = true
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
jiff = { workspace = true, features = ["serde"] }
logforth-core = { workspace = true, features = ["serde"] }
serde = { workspace = true }
serde_json = { workspace = true }
[lints]
workspace = true