mail_extractor 0.1.3

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
# 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 = "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"]