[package] name = "email-extractor" version = "0.1.0" authors = ["iamsaquib "] edition = "2018" description = """ A file extractor to extract files out of email files and store them locally """ license = "GPL-3.0" repository = "https://github.com/distill-io/email-files-extractor" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rust-s3 = "0.18.9" mail_extractor = "0.1.2" flate2 = "1.0.13" actix-rt = "1.0.0" clap = "2.33.0"