[package] name = "azure-cli-proxy" version = "0.1.1" edition = "2021" authors = ["Shiva Prasanth "] description = "Simple proxy to azure ARM" license = "MIT OR Apache-2.0" [dependencies] azure_core = "0.20.0" azure_identity ={version= "0.20.0"} bytes = "1.6.0" clap = { version = "4.5.4", features = ["derive"] } http = "1.1.0" http-body-util = "0.1.1" hyper = { version = "1.3.1", features = ["full"] } hyper-tls = "0.6.0" hyper-util = {version="0.1.3", features=["tokio"]} lazy_static = "1.4.0" tokio = { version = "1.37.0", features = ["full"] }