2021-02-12 12:32:17 +00:00
|
|
|
[package]
|
2021-02-14 12:30:53 +00:00
|
|
|
name = "panorama-imap"
|
2021-02-14 12:31:14 +00:00
|
|
|
version = "0.0.1"
|
2021-02-14 12:30:53 +00:00
|
|
|
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Michael Zhang <mail@mzhang.io>"]
|
2021-02-12 12:32:17 +00:00
|
|
|
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]
|
2021-02-15 11:07:48 +00:00
|
|
|
nom = { version = "6.1.2", default-features = false, features = ["std"] }
|
2021-02-12 12:32:17 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
assert_matches = "1.3"
|