[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[lib]
name = "azure_script"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A brand new way to write azure infrastructure as code"
edition = "2021"
license = "MIT"
name = "azure_script"
readme = "README.md"
version = "0.1.7"
[package.metadata.docs.rs]
no-deps = true