# 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 = "2018" name = "letterman_email_body_parser" version = "1.0.5" authors = ["gzbakku "] description = "this is a tokio based fast and optimized email body parser and dkim validator." homepage = "https://github.com/gzbakku/letterman_email_body_parser" readme = "README.md" keywords = ["smtp", "dkim-validator", "body", "parser", "email"] categories = ["email", "parser-implementations", "api-bindings", "asynchronous"] license = "GPL-3.0" repository = "https://github.com/gzbakku/letterman_email_body_parser" [dependencies.base64] version = "0.13.0" [dependencies.openssl] version = "0.10.38" [dependencies.quoted_printable] version = "0.4.5" [dependencies.regex] version = "1.5.4" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.trust-dns-resolver] version = "0.21.1"