rust-imap/Cargo.toml
2016-06-28 21:48:25 -04:00

23 lines
510 B
TOML

[package]
name = "imap"
version = "0.0.6"
authors = ["Matt McCoy <mattnenterprise@yahoo.com>"]
documentation = "http://mattnenterprise.github.io/rust-imap"
repository = "https://github.com/mattnenterprise/rust-imap"
homepage = "https://github.com/mattnenterprise/rust-imap"
description = "IMAP client for Rust"
readme = "README.md"
license = "Apache-2.0/MIT"
keywords = ["imap"]
[lib]
name = "imap"
path = "src/lib.rs"
[dependencies]
openssl = "0.7.13"
regex = "0.1.71"
[dev-dependencies]
base64 = "0.2.0"