imap 0.9.1

IMAP client for Rust
Documentation
[badges.appveyor]
branch = "master"
repository = "mattnenterprise/rust-imap"
service = "github"

[badges.coveralls]
branch = "master"
repository = "mattnenterprise/rust-imap"
service = "github"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "mattnenterprise/rust-imap"
[dependencies.base64]
version = "0.10"

[dependencies.bufstream]
version = "0.1"

[dependencies.imap-proto]
version = "0.6"

[dependencies.native-tls]
version = "0.2.2"

[dependencies.nom]
version = "4.0"

[dependencies.regex]
version = "1.0"

[lib]
name = "imap"
path = "src/lib.rs"

[package]
authors = ["Matt McCoy <mattnenterprise@yahoo.com>", "Jon Gjengset <jon@thesquareplanet.com>"]
categories = ["email", "network-programming"]
description = "IMAP client for Rust"
documentation = "https://docs.rs/imap/"
homepage = "https://github.com/mattnenterprise/rust-imap"
keywords = ["email", "imap"]
license = "Apache-2.0/MIT"
name = "imap"
readme = "README.md"
repository = "https://github.com/mattnenterprise/rust-imap"
version = "0.9.1"