# 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" name = "dmarc" version = "0.1.8" authors = ["Sven Sauleau "] description = "DMARC (RFC7489) implementation" documentation = "https://docs.rs/dmarc" readme = "README.md" keywords = [ "email", "dmarc", "authentification", ] categories = ["email"] license = "MIT" repository = "https://github.com/cloudflare/dmarc" [dependencies.addr] version = "0.15.2" [dependencies.cfdkim] version = "0.3.0" [dependencies.futures] version = "0.3.18" [dependencies.quick-error] version = "2.0.1" [dependencies.rand] version = "0.8.4" [dependencies.slog] version = "2.7.0" [dependencies.trust-dns-resolver] version = "0.23" [dev-dependencies.tokio] version = "1.20" features = ["macros"]