[package] name = "gcemeta" version = "0.3.0" authors = ["mechiru "] edition = "2021" license = "MIT OR Apache-2.0" description = "This library provides access to Google Compute Engine metadata service." repository = "https://github.com/mechiru/gcemeta" documentation = "https://docs.rs/gcemeta" categories = ["api-bindings"] keywords = ["google", "cloud", "compute", "engine", "metadata"] readme = "README.md" include = [ "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "src/**/*", ] [dev-dependencies] tokio = { version = "1.39", features = ["rt-multi-thread"] } tracing-subscriber = "0.3" [dependencies] tracing = { version = "0.1", default-features = false, features = ["std"] } thiserror = "1.0" bytes = "1.7" serde = "1.0" serde_json = "1.0" tokio = { version = "1.39", features = ["macros", "time", "sync", "rt"] } hyper = { version = "1.4", features = ["client", "http1"] } hyper-util = { version = "0.1", features = ["http1", "client-legacy"] } http-body-util = "0.1" [features] default = ["parking_lot"] parking_lot = ["tokio/parking_lot"]