# 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] name = "email-format" version = "0.8.1" authors = ["Mike Dilger "] description = "Email message format (parser and data structure)" documentation = "https://mikedilger.github.io/email-format" readme = "README.md" keywords = [ "email", "rfc5322", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mikedilger/email-format" [dependencies.buf-read-ext] version = "0.3" default-features = false [dependencies.chrono] version = "0.4" optional = true [dependencies.lettre] version = ">=0.9.2, <0.10" optional = true [dependencies.time] version = "0.1" optional = true [features] default = []