# 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] edition = "2021" name = "mail-builder" version = "0.3.2" authors = ["Stalwart Labs "] description = "E-mail builder library for Rust" homepage = "https://github.com/stalwartlabs/mail-builder" readme = "README.md" keywords = [ "email", "mime", "mail", "e-mail", ] categories = ["email"] license = "Apache-2.0 OR MIT" repository = "https://github.com/stalwartlabs/mail-builder" [dependencies.gethostname] version = "0.4.0" optional = true [dev-dependencies.mail-parser] version = "0.9" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_yaml] version = "0.9.10" [features] default = ["gethostname"] gethostname = ["dep:gethostname"] ludicrous_mode = []