# 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.65.0" name = "autoconfig" version = "0.4.0" authors = ["Guus van Meerveld"] description = "A simple implementation of Mozilla Thunderbird's autoconfig" documentation = "https://docs.dust.email/packages/autoconfig" readme = "README.md" license = "MIT" repository = "https://github.com/Dust-Mail/autoconfig" [dependencies.async-std-resolver] version = "0.22.0" optional = true [dependencies.bytes] version = "1.4.0" [dependencies.futures] version = "0.3" [dependencies.regex] version = "1.7" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6" [dependencies.surf] version = "2.3.2" features = [ "curl-client", "encoding", ] default-features = false [dependencies.trust-dns-proto] version = "0.22.0" [dependencies.trust-dns-resolver] version = "0.22.0" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.tokio] version = "1.32" features = ["full"] [features] default = ["runtime-tokio"] runtime-async-std = ["dep:async-std-resolver"] runtime-tokio = []