summaryrefslogtreecommitdiffstats
path: root/headers/Cargo.toml
blob: 0c50bdb76d7322072d3d85c8e3d8a4ec3ca936f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "mail-headers"
description = "[mail/headers] header parts for the mail crate (inkl. header map and standard header impl)"
version = "0.6.6"
authors = ["Philipp Korber <philippkorber@gmail.com>"]
documentation = "https://docs.rs/mail-headers"
keywords = []
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/1aim/mail-headers"

[features]
serde-impl = [ "serde", "vec1/serde" ]
traceing = [ "mail-internals/traceing" ]

[package.metadata.docs.rs]
features = [ "serde-impl" ]

[dependencies]
mail-internals = "0.2.3"
failure = "0.1"
owning_ref = "0.4"
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"