panorama/imap/Cargo.toml
2021-02-14 06:41:58 -06:00

19 lines
544 B
TOML

[package]
name = "panorama-imap"
version = "0.0.1"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Michael Zhang <mail@mzhang.io>"]
description = "IMAP protocol parser and data structures"
keywords = ["imap", "email"]
categories = ["email", "network-programming", "parser-implementations"]
license = "MIT/Apache-2.0"
edition = "2018"
[badges]
maintenance = { status = "passively-maintained" }
[dependencies]
funty = "=1.1.0"
nom = { version = "6", default-features = false, features = ["std"] }
[dev-dependencies]
assert_matches = "1.3"