# 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 = "cfdkim" version = "0.3.0" authors = ["Sven Sauleau "] description = "DKIM (RFC6376) implementation" documentation = "https://docs.rs/cfdkim" readme = "README.md" keywords = [ "email", "dkim", "authentification", ] categories = ["email"] license = "MIT" repository = "https://github.com/cloudflare/dkim" [dependencies.base64] version = "0.21.0" [dependencies.chrono] version = "0.4.19" features = [ "clock", "std", ] default-features = false [dependencies.ed25519-dalek] version = "2" [dependencies.futures] version = "0.3.18" [dependencies.indexmap] version = "1.8.0" [dependencies.mailparse] version = "0.14" [dependencies.nom] version = "7.1.0" [dependencies.quick-error] version = "2.0.1" [dependencies.rsa] version = "0.9" [dependencies.sha-1] version = "0.10" features = ["oid"] [dependencies.sha2] version = "0.10" features = ["oid"] [dependencies.slog] version = "2.7.0" [dependencies.trust-dns-resolver] version = "0.23" [dev-dependencies.regex] version = "1" [dev-dependencies.tokio] version = "1.20" features = ["macros"]