email-cli 0.2.1

Agent-friendly email CLI for Resend
# 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 = "2024"
name = "email-cli"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent-friendly email CLI for Resend"
homepage = "https://github.com/199-biotechnologies/email-cli"
readme = "README.md"
keywords = [
    "email",
    "cli",
    "resend",
    "agent",
    "automation",
]
categories = [
    "command-line-utilities",
    "email",
]
license = "MIT"
repository = "https://github.com/199-biotechnologies/email-cli"

[[bin]]
name = "email-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.41"
features = ["clock"]

[dependencies.clap]
version = "4.5.38"
features = ["derive"]

[dependencies.clap_complete]
version = "4"

[dependencies.dirs]
version = "6.0.0"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rusqlite]
version = "0.37.0"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10"

[dependencies.tiny_http]
version = "0.12"

[dependencies.uuid]
version = "1.16.0"
features = ["v4"]