# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "mail-core" version = "0.6.2" 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" readme = "./README.md" keywords = ["mail-api", "internal"] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/1aim/mail-core" [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.6" [dependencies.mail-internals] version = "0.2.3" [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"]