# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "email-parser" version = "0.5.0" authors = ["Mubelotix "] description = "The fastest and lightest email parsing Rust library. Supports MIME." readme = "README.md" keywords = ["email", "mail", "mime", "parser"] categories = ["email", "parser-implementations"] license = "MIT" repository = "https://github.com/Mubelotix/email-parser" [profile.release] codegen-units = 1 [dependencies.textcode] version = "0.2" optional = true [dev-dependencies.email] version = "0.0.21" [dev-dependencies.email-format] version = "0.8" [dev-dependencies.mailparse] version = "0.13" [features] bcc = [] benchmarking = ["mime"] cc = [] comments = [] compatibility-fixes = [] content-disposition = ["mime"] date = [] default = ["headers"] from = [] headers = ["to", "cc", "bcc", "date", "from", "sender", "reply-to", "message-id", "in-reply-to", "references", "subject", "comments", "keywords", "trace"] in-reply-to = [] keywords = [] message-id = [] mime = ["textcode"] references = [] reply-to = [] sender = [] subject = [] to = [] trace = [] unrecognized-headers = ["mime"]