# 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 = "2021" rust-version = "1.67" name = "ms-autodiscover" version = "0.3.3" description = "An implementation of the Microsoft autodiscover protocol for Exchange" readme = "README.md" license = "MIT" [dependencies.async-recursion] version = "1.0.4" [dependencies.async-std-resolver] version = "0.22.0" optional = true [dependencies.base64] version = "0.21.2" [dependencies.bytes] version = "1.4.0" [dependencies.futures] version = "0.3.28" [dependencies.log] version = "0.4.19" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.surf] version = "2.3.2" [dependencies.trust-dns-resolver] version = "0.22.0" [dependencies.validator] version = "0.16" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] default = [ "pox", "runtime-tokio", ] pox = [] runtime-async-std = ["dep:async-std-resolver"] runtime-tokio = [] soap = []