# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "mail-headers-ng" version = "0.6.7" authors = ["Philipp Korber "] description = "[mail/headers] header parts for the mail crate (inkl. header map and standard header impl)" documentation = "https://docs.rs/mail-headers-ng" readme = "README.md" keywords = [] categories = [] license = "MIT OR Apache-2.0" repository = "https://git.sr.ht/~nabijaczleweli/mail-headers.crate" [package.metadata.docs.rs] features = ["serde-impl"] [dependencies.chrono] version = "0.4" [dependencies.failure] version = "0.1" [dependencies.mail-internals] version = "0.2.4" package = "mail-internals-ng" [dependencies.media-type] version = "0.4.0-unstable" [dependencies.nom] version = "3.1.0" [dependencies.quoted-string] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.soft-ascii-string] version = "1" [dependencies.stable_deref_trait] version = "1.0.0" [dependencies.total-order-multi-map] version = "0.4.5" [dependencies.vec1] version = "1.3.0" [dev-dependencies.serde_test] version = "1.0.80" [features] serde-impl = [ "serde", "vec1/serde", ] traceing = ["mail-internals/traceing"]