ecr-store 0.1.2

Mail storage for ecr: notmuch queries, MIME parsing and sanitization, sync and send
Documentation
# 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"
rust-version = "1.88"
name = "ecr-store"
version = "0.1.2"
authors = ["Lokesh Mohanty <lokeshmohanty@users.noreply.github.com>"]
build = false
exclude = ["tests/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mail storage for ecr: notmuch queries, MIME parsing and sanitization, sync and send"
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"

[lib]
name = "ecr_store"
path = "src/lib.rs"

[dependencies.ammonia]
version = "4"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.dirs]
version = "6"

[dependencies.ecr-core]
version = "0.1.2"

[dependencies.mail-builder]
version = "0.4.4"

[dependencies.mail-parser]
version = "0.11"

[dependencies.notify]
version = "8.2.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"