mail_extractor 0.1.0

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
Documentation
[dependencies.base64]
version = "0.11.0"

[dependencies.bytes]
version = "0.4"

[dependencies.env_logger]
version = "0.5"

[dependencies.hyper]
default-features = false
version = "0.10"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.lol_html]
version = "0.1.0"

[dependencies.mailparse]
version = "0.10.1"

[dependencies.mime]
version = "0.3.14"

[dependencies.mime_multipart]
version = "0.5.2"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[package]
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"
edition = "2018"
license = "GPL-3.0"
name = "mail_extractor"
repository = "https://github.com/distill-io/mail_extractor"
version = "0.1.0"