[package] name = "himalaya" description = "Command-line interface for email management" version = "0.5.8" authors = ["soywod "] edition = "2018" license-file = "LICENSE" readme = "README.md" categories = ["command-line-interface", "command-line-utilities", "email"] keywords = ["cli", "mail", "email", "client", "imap"] homepage = "https://github.com/soywod/himalaya/wiki" documentation = "https://github.com/soywod/himalaya/wiki" repository = "https://github.com/soywod/himalaya" [package.metadata.deb] priority = "optional" section = "mail" [features] imap-backend = ["imap", "imap-proto"] maildir-backend = ["maildir", "md5"] notmuch-backend = ["notmuch", "maildir-backend"] default = ["imap-backend", "maildir-backend"] [dependencies] ammonia = "3.1.2" anyhow = "1.0.44" atty = "0.2.14" chrono = "0.4.19" clap = { version = "2.33.3", default-features = false, features = ["suggestions", "color"] } env_logger = "0.8.3" erased-serde = "0.3.18" html-escape = "0.2.9" lettre = { version = "0.10.0-rc.1", features = ["serde"] } log = "0.4.14" mailparse = "0.13.6" native-tls = "0.2.8" regex = "1.5.4" rfc2047-decoder = "0.1.2" serde = { version = "1.0.118", features = ["derive"] } serde_json = "1.0.61" shellexpand = "2.1.0" termcolor = "1.1" terminal_size = "0.1.15" toml = "0.5.8" tree_magic = "0.2.3" unicode-width = "0.1.7" url = "2.2.2" uuid = { version = "0.8", features = ["v4"] } # Optional dependencies: imap = { version = "=3.0.0-alpha.4", optional = true } imap-proto = { version = "0.14.3", optional = true } maildir = { version = "0.6.0", optional = true } md5 = { version = "0.7.0", optional = true } notmuch = { version = "0.7.1", optional = true }