mirror of
https://github.com/chatmail/relay.git
synced 2026-08-11 02:50:53 +00:00
c15f18685a
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.17 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.17...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
29 lines
680 B
TOML
29 lines
680 B
TOML
[package]
|
|
name = "filtermail"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
authors = ["Chatmail Developers"]
|
|
description = "A mail filtering service used by chatmail relay"
|
|
repository = "https://github.com/chatmail/filtermail"
|
|
|
|
[dependencies]
|
|
async-trait = "0.1.89"
|
|
base64 = "0.22.1"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serini = "0.2.2"
|
|
tokio = { version = "1.49.0", features = ["full"] }
|
|
thiserror = "2.0.18"
|
|
mailparse = "0.16.1"
|
|
lettre = { version = "0.11.19", default-features = false, features = [
|
|
"smtp-transport",
|
|
"tokio1",
|
|
] }
|
|
log = "0.4.29"
|
|
env_logger = "0.11.8"
|
|
|
|
[dev-dependencies]
|
|
rstest = "0.26.1"
|
|
testresult = "0.4.1"
|