# 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 = "mailgen" version = "0.3.0" authors = ["Atrox "] description = "Mailgen generates clean, responsive HTML and Text e-mails for sending transactional mail" homepage = "https://github.com/atrox/mailgen" readme = "README.md" keywords = [ "email", "generator", "mailgen", ] categories = ["email"] license = "MIT" repository = "https://github.com/atrox/mailgen" [dependencies.css-inline] version = "0.14.0" optional = true default-features = false [dependencies.html2text] version = "0.12.0" optional = true [dependencies.minijinja] version = "2.0.1" features = ["builtins"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [features] default = ["default-theme"] default-theme = [ "dep:minijinja", "dep:css-inline", "dep:html2text", ]