# 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 = "pimalaya-email-tpl" version = "0.4.0" authors = ["soywod "] description = "Deprecated" readme = "README.md" keywords = ["deprecated"] license = "MIT" [package.metadata.docs.rs] all-features = true [lib] name = "mml" [dependencies.async-recursion] version = "1.0" [dependencies.gpgme] version = "0.11" optional = true [dependencies.keyring-lib] version = "=0.1.0" optional = true [dependencies.log] version = "0.4" [dependencies.mail-builder] version = "=0.3.0" [dependencies.mail-parser] version = "=0.8.2" [dependencies.nanohtml2text] version = "0.1" optional = true [dependencies.pgp-lib] version = "=0.1.0" optional = true [dependencies.process-lib] version = "=0.1.0" optional = true [dependencies.secret-lib] version = "=0.1.0" optional = true [dependencies.shellexpand] version = "2.1" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tree_magic] version = "0.2" optional = true [dev-dependencies.concat-with] version = "0.2" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.tempfile] version = "3.3" [dev-dependencies.tokio] version = "1.23" features = [ "fs", "macros", "rt", ] default-features = false [features] compiler = [ "chumsky", "shellexpand", "tree_magic", ] default = [ "compiler", "interpreter", ] interpreter = ["nanohtml2text"] pgp = ["pgp-commands"] pgp-commands = [ "pgp", "process-lib", ] pgp-gpg = [ "pgp", "gpgme", ] pgp-native = [ "pgp", "pgp-lib", "keyring-lib", "secret-lib", "shellexpand", ] [target."cfg(not(windows))".dependencies.chumsky] version = "0.9" optional = true [target."cfg(windows)".dependencies.chumsky] version = "0.9" features = ["std"] optional = true default-features = false