# 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 = "mailparse" version = "0.14.0" authors = ["Kartikaya Gupta"] exclude = [ ".gitattributes", ".gitignore", ".github/**", "examples/**", ] description = "A simple parser for MIME e-mail messages" homepage = "https://github.com/staktrace/mailparse/blob/master/README.md" readme = "README.md" keywords = [ "parser", "email", "rfc822", "mime", "maildir", ] categories = [ "email", "parsing", ] license = "0BSD" repository = "https://github.com/staktrace/mailparse" [dependencies.charset] version = "0.1.3" [dependencies.data-encoding] version = "2.3.3" [dependencies.quoted_printable] version = "0.4.6" [dev-dependencies.ouroboros] version = "0.14.0" [badges.maintenance] status = "passively-maintained"