# 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-core-ng"
version = "0.6.3"
authors = ["Philipp Korber
"]
description = "[mail/core] provides the Mail type for the mail crate (inkl. multipart mime bodies, builder and resource type)"
documentation = "https://docs.rs/mail-core-ng"
readme = "./README.md"
keywords = [
"mail-api",
"internal",
]
categories = []
license = "MIT OR Apache-2.0"
repository = "https://git.sr.ht/~nabijaczleweli/mail-core.crate"
[package.metadata.docs.rs]
features = [
"serde-impl",
"default",
]
[dependencies.checked_command]
version = "0.2.2"
[dependencies.chrono]
version = "0.4"
[dependencies.failure]
version = "0.1.2"
[dependencies.futures]
version = "0.1.24"
[dependencies.futures-cpupool]
version = "0.1.5"
optional = true
[dependencies.lazy_static]
version = "1.2.0"
optional = true
[dependencies.log]
version = "0.3.8"
[dependencies.mail-headers]
version = "0.6.7"
package = "mail-headers-ng"
[dependencies.mail-internals]
version = "0.2.4"
package = "mail-internals-ng"
[dependencies.media-type]
version = "0.4.0-unstable"
[dependencies.rand]
version = "0.3.15"
[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
[dependencies.soft-ascii-string]
version = "1.0"
[dependencies.vec1]
version = "1.3.0"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.serde_test]
version = "1.0.80"
[features]
default = ["default_impl_cpupool"]
default_impl_cpupool = ["futures-cpupool"]
serde-impl = [
"serde",
"mail-headers/serde-impl",
]
test-utils = [
"default",
"lazy_static",
]