# 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 = "neverest" version = "0.1.0" authors = ["soywod "] description = "CLI to synchronize and backup emails" homepage = "https://pimalaya.org/" documentation = "https://pimalaya.org/neverest/cli/latest/" readme = "README.md" keywords = [ "cli", "email", "imap", "backup", "sync", ] categories = [ "command-line-utilities", "email", ] license = "MIT" repository = "https://github.com/soywod/neverest/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--document-private-items", ] [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.4" features = [ "derive", "wrap_help", ] [dependencies.clap_complete] version = "4.4" [dependencies.clap_mangen] version = "0.2" [dependencies.console] version = "0.15.2" optional = true [dependencies.dialoguer] version = "0.10.2" [dependencies.dirs] version = "4" [dependencies.email-lib] version = "=0.23.2" features = [ "account-sync", "derive", ] default-features = false [dependencies.email_address] version = "0.2.4" optional = true [dependencies.env_logger] version = "0.8" [dependencies.erased-serde] version = "0.3" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.oauth-lib] version = "=0.1.1" optional = true [dependencies.once_cell] version = "1.16" [dependencies.secret-lib] version = "=0.4.4" features = ["derive"] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-toml-merge] version = "0.3" [dependencies.serde_json] version = "1" [dependencies.shellexpand-utils] version = "=0.2.1" [dependencies.termcolor] version = "1" [dependencies.tokio] version = "1.23" features = [ "macros", "rt-multi-thread", ] default-features = false [dependencies.toml] version = "0.8" [dependencies.toml_edit] version = "0.22" optional = true [features] default = [ "imap", "maildir", "wizard", ] imap = ["email-lib/imap"] maildir = ["email-lib/maildir"] notmuch = ["email-lib/notmuch"] wizard = [ "dep:console", "dep:email_address", "dep:oauth-lib", "dep:secret-lib", "dep:toml_edit", "email-lib/account-discovery", ] [target."cfg(not(windows))".dependencies.coredump] version = "0.1"