# 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 = "mml-cli" version = "1.0.0" authors = ["soywod "] description = "CLI to compile MML messages to MIME messages and interpret MIME messages as MML messages." homepage = "https://pimalaya.org/mml/" documentation = "https://pimalaya.org/mml/" readme = "README.md" keywords = [ "email", "mime", "message", "mml", "emacs", ] categories = [ "command-line-utilities", "email", "text-processing", ] license = "MIT" repository = "https://github.com/soywod/mml/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bin]] name = "mml" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.ariadne] version = "0.3" optional = true [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.clap_complete] version = "4.3" [dependencies.clap_mangen] version = "0.2" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.mml-lib] version = "1.0.0" default-features = false [dependencies.shellexpand-utils] version = "0.1.0" [dependencies.tokio] version = "1.32" features = [ "macros", "rt-multi-thread", ] default-features = false [dev-dependencies.tempfile] version = "3.3" [features] compiler = [ "mml-lib/compiler", "ariadne", ] default = [ "compiler", "interpreter", ] interpreter = ["mml-lib/interpreter"] pgp-commands = ["mml-lib/pgp-commands"] pgp-gpg = ["mml-lib/pgp-gpg"] pgp-native = ["mml-lib/pgp-native"]