imap 1.0.2

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 = "1.0.2"
authors = ["Matt McCoy <mattnenterprise@yahoo.com>", "Jon Gjengset <jon@thesquareplanet.com>"]
description = "IMAP client for Rust"
homepage = "https://github.com/jonhoo/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/jonhoo/rust-imap"

[lib]
name = "imap"
path = "src/lib.rs"
[dependencies.base64]
version = "0.10"

[dependencies.bufstream]
version = "0.1"

[dependencies.chrono]
version = "0.4"

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

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

[dependencies.nom]
version = "4.0"

[dependencies.regex]
version = "1.0"
[dev-dependencies.lettre]
version = "0.9"

[dev-dependencies.lettre_email]
version = "0.9"
[badges.codecov]
branch = "master"
repository = "jonhoo/rust-imap"
service = "github"

[badges.is-it-maintained-issue-resolution]
repository = "jonhoo/rust-imap"

[badges.is-it-maintained-open-issues]
repository = "jonhoo/rust-imap"

[badges.maintenance]
status = "actively-developed"

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