[package] name = "mail-headers-ng" description = "[mail/headers] header parts for the mail crate (inkl. header map and standard header impl)" version = "0.6.7" authors = ["Philipp Korber "] documentation = "https://docs.rs/mail-headers-ng" keywords = [] categories = [] license = "MIT OR Apache-2.0" repository = "https://git.sr.ht/~nabijaczleweli/mail-headers.crate" [features] serde-impl = [ "serde", "vec1/serde" ] traceing = [ "mail-internals/traceing" ] [package.metadata.docs.rs] features = [ "serde-impl" ] [dependencies] mail-internals = { package = "mail-internals-ng", version = "0.2.4" } failure = "0.1" #owning_ref = "0.4" stable_deref_trait = "1.0.0" nom = "3.1.0" soft-ascii-string = "1" quoted-string = "0.6" vec1 = "1.3.0" chrono = "0.4" total-order-multi-map = "0.4.5" serde = { version="1.0", optional=true, features=["derive"] } media-type = "0.4.0-unstable" [dev-dependencies] serde_test = "1.0.80"