2026-02-10 15:31:31 +00:00
|
|
|
[package]
|
|
|
|
|
name = "mailer-core"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
bytes.workspace = true
|
|
|
|
|
mailparse.workspace = true
|
2026-02-10 15:54:36 +00:00
|
|
|
regex.workspace = true
|
|
|
|
|
base64.workspace = true
|
|
|
|
|
uuid.workspace = true
|