21 lines
626 B
TOML
21 lines
626 B
TOML
[package]
|
|
name = "imap"
|
|
version = "0.12.2"
|
|
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
|
description = "IMAP protocol parser and data structures"
|
|
documentation = "https://docs.rs/imap-proto"
|
|
keywords = ["imap", "email"]
|
|
categories = ["email", "network-programming", "parser-implementations"]
|
|
homepage = "https://github.com/djc/tokio-imap"
|
|
repository = "https://github.com/djc/tokio-imap"
|
|
license = "MIT/Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[badges]
|
|
maintenance = { status = "passively-maintained" }
|
|
|
|
[dependencies]
|
|
nom = { version = "6", default-features = false, features = ["std"] }
|
|
|
|
[dev-dependencies]
|
|
assert_matches = "1.3"
|