[dependencies.oauth2]
features = ["reqwest"]
version = "4.0"
[dependencies.redis]
features = ["tls", "json"]
version = "0.22"
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.users]
version = "0.11"
[package]
authors = ["Ben Sykes <ben.sykes@statcan.gc.ca"]
description = "A library designed to idiomatically pull instance data and metadata from Azure for Virtual Machines"
edition = "2021"
homepage = "https://www.statcan.gc.ca"
keywords = ["vm", "metadata", "instancedata", "azure", "library"]
license = "MIT"
name = "lib_vminfo"
readme = "./README.md"
repository = "https://github.com/SystemFiles/azure-vminfo/"
version = "1.2.0"