gcp-rust-tools 0.2.4

Comprehensive Google Cloud Platform tools for Rust: Observability (Logs, Metrics, Traces) and PubSub
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "gcp-rust-tools"
version = "0.2.4"
authors = ["Santiago Amoretti"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Comprehensive Google Cloud Platform tools for Rust: Observability (Logs, Metrics, Traces) and PubSub"
documentation = "https://docs.rs/gcp-rust-tools"
readme = "README.md"
keywords = [
    "gcp",
    "google-cloud",
    "observability",
    "pubsub",
    "logging",
]
categories = [
    "development-tools::debugging",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/santiamoretti/gcp-rust-tools"

[features]
default = [
    "logging",
    "monitoring",
    "tracing",
]
logging = []
monitoring = []
tracing = []

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

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "full_main"
path = "examples/full_main.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.google-cloud-auth]
version = "0.16.0"

[dependencies.google-cloud-googleapis]
version = "0.14.0"
features = ["pubsub"]

[dependencies.google-cloud-pubsub]
version = "0.27.0"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "process",
    "fs",
    "macros",
    "rt-multi-thread",
]

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.uuid]
version = "1.0"
features = ["v4"]

[dev-dependencies.tokio-test]
version = "0.4"