rust_inbox 0.0.5

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 = "rust_inbox"
version = "0.0.5"
authors = ["Ayon Saha <ayonsaha2011@gmail.com>"]
description = "IMAP client for Rust"
homepage = "https://github.com/ayonsaha2011/rust-inbox"
documentation = "https://github.com/ayonsaha2011/rust-inbox"
readme = "README.md"
keywords = ["imap", "rust-inbox", "rust", "inbox"]
license = "Apache-2.0/MIT"
repository = "https://github.com/ayonsaha2011/rust-inbox"

[lib]
name = "rust_inbox"
path = "src/lib.rs"
[dependencies.regex]
version = "0.2"

[dependencies.openssl]
version = "0.9"
[dev-dependencies.base64]
version = "0.2"