maildir_ai 0.4.0

maildir_ai connects a maildir to your LLMs
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"
name = "maildir_ai"
version = "0.4.0"
authors = ["Robert Escriva <robert@rescrv.net>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "maildir_ai connects a maildir to your LLMs"
readme = "README.md"
license = "Apache-2.0"

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

[[bin]]
name = "maildir-ai"
path = "src/bin/maildir-ai.rs"

[dependencies.arrrg]
version = "0.5"

[dependencies.arrrg_derive]
version = "0.5"

[dependencies.chrono]
version = "^0.4"

[dependencies.getopts]
version = "^0.2"

[dependencies.tokio]
version = "^1.40"

[dependencies.utf8path]
version = "0.6"

[dependencies.yammer]
version = "0.5"