gcloud-metadata 1.0.2

Google Cloud Platform rust client.
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 = "gcloud-metadata"
version = "1.0.2"
authors = ["yoshidan <naohiro.y@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Google Cloud Platform rust client."
readme = "README.md"
keywords = [
    "gcp",
    "googleapis",
    "google-cloud-rust",
]
license = "MIT"
repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/metadata"

[lib]
name = "gcloud_metadata"
path = "src/lib.rs"
doctest = false

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

[dependencies.reqwest]
version = "0.13"
default-features = false

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.32"
features = [
    "sync",
    "net",
    "parking_lot",
]

[dev-dependencies.tokio]
version = "1.32"
features = [
    "test-util",
    "rt-multi-thread",
    "macros",
]