imap 0.5.0

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

[lib]
name = "imap"
path = "src/lib.rs"
[dependencies.openssl]
version = "0.9"

[dependencies.regex]
version = "0.2"

[dependencies.bufstream]
version = "0.1"
[dev-dependencies.base64]
version = "0.2"
[badges.coveralls]
repository = "mattnenterprise/rust-imap"
branch = "master"
service = "github"

[badges.travis-ci]
repository = "mattnenterprise/rust-imap"

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

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