mirror of
https://github.com/chatmail/relay.git
synced 2026-08-15 04:50:50 +00:00
ca3393cf48
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.9 to 0.11.10. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.9...v0.11.10) --- updated-dependencies: - dependency-name: env_logger dependency-version: 0.11.10 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>
33 lines
766 B
TOML
33 lines
766 B
TOML
[package]
|
|
name = "filtermail"
|
|
version = "0.6.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.50.0", features = ["full"] }
|
|
thiserror = "2.0.18"
|
|
mailparse = "0.16.1"
|
|
log = "0.4.29"
|
|
env_logger = "0.11.10"
|
|
governor = "0.10.4"
|
|
viadkim = { version = "0.2.0" }
|
|
hickory-resolver = { version = "0.25.2", features = ["dnssec-ring"] }
|
|
lru = "0.16.3"
|
|
parking_lot = "0.12.5"
|
|
|
|
[dev-dependencies]
|
|
rstest = "0.26.1"
|
|
testresult = "0.4.1"
|
|
|
|
[profile.release]
|
|
lto = "thin"
|