# 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 = "google-cloud-metadata" version = "0.5.0" authors = ["yoshidan "] 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" [dependencies.reqwest] version = "0.12.4" default-features = false [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.32" features = [ "sync", "net", "parking_lot", ] [dev-dependencies.tokio] version = "1.32" features = [ "test-util", "rt-multi-thread", "macros", ]