# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "azure-rust" version = "0.4.0" authors = ["Behxhet Sadiku ", "Danilo Guanabara "] description = "Rust client for the Azure DevOps Server" homepage = "https://github.com/sensorial-systems/azure-rust" documentation = "https://docs.rs/azure-rust" readme = "README.md" keywords = ["Azure", "AzureDevOps", "TFS", "Rust"] categories = ["api-bindings", "web-programming::http-client"] license = "MIT" repository = "https://github.com/sensorial-systems/azure-rust" [dependencies.base64] version = "0.12" [dependencies.data-encoding] version = "2" [dependencies.dirs] version = "2.0" optional = true [dependencies.error-chain] version = "0.12" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyperx] version = "1" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3" [dependencies.percent-encoding] version = "2" [dependencies.reqwest] version = "0.11.1" default-features = false [dependencies.serde] version = "1.0.84" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.tokio] version = "1.0" features = ["macros", "rt-multi-thread"] [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] httpcache = ["dirs"] rustls-tls = ["reqwest/rustls-tls"]