# 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 = "himalaya" version = "1.0.0-beta.3" authors = ["soywod "] description = "CLI to manage emails" homepage = "https://pimalaya.org/" documentation = "https://pimalaya.org/himalaya/cli/latest/" readme = "README.md" keywords = [ "cli", "email", "imap", "smtp", "sync", ] categories = [ "command-line-interface", "command-line-utilities", "email", ] license = "MIT" repository = "https://github.com/soywod/himalaya/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.clap_complete] version = "4.4" [dependencies.clap_mangen] version = "0.2" [dependencies.console] version = "0.15.2" [dependencies.dialoguer] version = "0.10.2" [dependencies.dirs] version = "4" [dependencies.email-lib] version = "=0.22.3" default-features = false [dependencies.email_address] version = "0.2.4" [dependencies.env_logger] version = "0.8" [dependencies.erased-serde] version = "0.3" [dependencies.indicatif] version = "0.17" [dependencies.keyring-lib] version = "=0.3.2" [dependencies.log] version = "0.4" [dependencies.mail-builder] version = "0.3" [dependencies.md5] version = "0.7" [dependencies.mml-lib] version = "=1.0.7" default-features = false [dependencies.oauth-lib] version = "=0.1.0" [dependencies.once_cell] version = "1.16" [dependencies.process-lib] version = "=0.3.1" [dependencies.secret-lib] version = "=0.3.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.shellexpand-utils] version = "=0.2.0" [dependencies.sled] version = "=0.34.7" [dependencies.termcolor] version = "1" [dependencies.terminal_size] version = "0.1" [dependencies.tokio] version = "1.23" features = [ "macros", "rt-multi-thread", ] default-features = false [dependencies.toml] version = "0.7.4" [dependencies.toml_edit] version = "0.19.8" [dependencies.unicode-width] version = "0.1" [dependencies.url] version = "2.2" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.tempfile] version = "3.3" [features] account-discovery = ["email-lib/account-discovery"] account-sync = ["email-lib/account-sync"] default = [ "imap", "maildir", "smtp", "sendmail", "account-discovery", "account-sync", ] imap = ["email-lib/imap"] maildir = ["email-lib/maildir"] notmuch = ["email-lib/notmuch"] pgp = [] pgp-commands = [ "email-lib/pgp-commands", "mml-lib/pgp-commands", "pgp", ] pgp-gpg = [ "email-lib/pgp-gpg", "mml-lib/pgp-gpg", "pgp", ] pgp-native = [ "email-lib/pgp-native", "mml-lib/pgp-native", "pgp", ] sendmail = ["email-lib/sendmail"] smtp = ["email-lib/smtp"] [target."cfg(not(windows))".dependencies.coredump] version = "0.1"