[package] name = "azure_app_config" version = "0.1.1" edition = "2021" license = "MIT" description = "Azure App Configuration REST API Wrapper" repository = "https://github.com/Pieeer1/Azure-App-Config-Rs.git" homepage = "https://github.com/Pieeer1/Azure-App-Config-Rs.git" keywords = ["azure", "microsoft", "sdk", "appconfiguration", "appconfig"] readme = "README.md" [dependencies] serde = { version="1.0.114", features = ["derive"]} serde_json = "1.0.114" azure_identity = "0.20.0" azure_core = "0.20.0" [dev-dependencies] tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }