[package] name = "atarashii_imap" version = "0.3.0" authors = ["Alex Maslakov , "] license = "Apache-2.0" repository = "https://github.com/GildedHonour/atarashii_imap" homepage = "https://github.com/GildedHonour/atarashii_imap" documentation = "https://github.com/GildedHonour/atarashii_imap" description = "IMAP client written in Rust" keywords = ["imap", "email", "mail"] readme = "README.md" [dependencies] openssl = "0.9.12" regex = "0.2.1" [lib] name = "atarashii_imap" path = "src/lib.rs" [[bin]] name = "atarashii_imap" path = "examples/app.rs"