# 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 = "neo-email" version = "0.1.1" authors = ["Jean Vides "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The modern way to build emails services with Rust" readme = "README.md" keywords = [ "smtp", "email", "mail", "tokio", "neo-email", ] categories = [ "network-programming", "asynchronous", "email", ] license = "MIT" repository = "https://github.com/JeanVydes/neo-email" [lib] name = "neo_email" path = "src/lib.rs" [dependencies.base64] version = "0.22" optional = true [dependencies.hashbrown] version = "0.14.5" [dependencies.log] version = "0.4.22" [dependencies.openssl] version = "0.10.66" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.sha1] version = "0.10" optional = true [dependencies.sha2] version = "0.10" optional = true [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-native-tls] version = "0.3.1" [dependencies.trust-dns-resolver] version = "0.23.2" [features] dkim-experimental = [ "sha1", "sha2", "base64", ] experimental = [ "smtp-experimental", "utilities-experimental", ] smtp-experimental = ["smtp-experimental-headers"] smtp-experimental-headers = [] spf-experimental = [] utilities-experimental = [ "spf-experimental", "dkim-experimental", ]