[package] name = "mail_extractor" version = "0.1.3" authors = ["iamsaquib "] edition = "2018" 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 """ license = "MIT" documentation = "https://docs.rs/mail_extractor" repository = "https://github.com/distill-io/mail_extractor" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] mailparse = "0.10.1" lol_html = "0.1.0" lazy_static = "1.4.0" base64 = "0.11.0" regex = "1" htmlescape = "0.3.1" uuid = { version = "0.8", features = ["serde", "v4"] }