mail-parser 0.2.1

Fast and robust e-mail parsing library for Rust
Documentation
[dependencies.encoding_rs]
optional = true
version = ">=0.8.28"

[dependencies.serde]
features = ["derive"]
optional = true
version = ">=1.0.117"

[dependencies.serde_bytes]
optional = true
version = ">=0.11.5"
[dev-dependencies.serde_json]
version = ">=1.0.59"

[dev-dependencies.serde_yaml]
version = ">=0.8.21"

[features]
default = ["serde_support", "full_encoding"]
full_encoding = ["encoding_rs"]
serde_support = ["serde", "serde_bytes"]

[package]
authors = ["Stalwart Labs <hello@stalw.art>"]
categories = ["email", "parser-implementations"]
description = "Fast and robust e-mail parsing library for Rust"
edition = "2018"
homepage = "https://github.com/stalwartlabs/mail-parser"
keywords = ["email", "mime", "mail", "parser", "e-mail"]
license = "Apache-2.0 OR MIT"
name = "mail-parser"
readme = "README.md"
repository = "https://github.com/stalwartlabs/mail-parser"
version = "0.2.1"
[profile.bench]
debug = true