[package]
edition = "2021"
rust-version = "1.88"
name = "ecr-cli"
version = "0.2.0"
authors = ["Lokesh Mohanty <lokeshmohanty@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The ecr command line: setup, diagnostics, server lifecycle and pairing"
homepage = "https://github.com/lokeshmohanty/ecr"
readme = false
keywords = [
"email",
"notmuch",
"maildir",
"mail",
]
categories = [
"email",
"command-line-utilities",
]
license = "MIT"
repository = "https://github.com/lokeshmohanty/ecr"
[[bin]]
name = "ecr"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.clap_complete]
version = "4.6.8"
[dependencies.clap_mangen]
version = "0.3.0"
[dependencies.ecr-core]
version = "0.2.0"
[dependencies.ecr-server]
version = "0.2.0"
[dependencies.ecr-store]
version = "0.2.0"
[dependencies.qrcode]
version = "0.14.1"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]