[package]
edition = "2018"
name = "mail_extractor"
version = "0.1.3"
authors = ["iamsaquib <saquib@distill.io>"]
description = " A Rust library to extract files from MIME type files and returns you a hashmap which will contain filename and it corresponding file content as bytes\n"
documentation = "https://docs.rs/mail_extractor"
license = "MIT"
repository = "https://github.com/distill-io/mail_extractor"
[dependencies.base64]
version = "0.11.0"
[dependencies.htmlescape]
version = "0.3.1"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.lol_html]
version = "0.1.0"
[dependencies.mailparse]
version = "0.10.1"
[dependencies.regex]
version = "1"
[dependencies.uuid]
version = "0.8"
features = ["serde", "v4"]