Cargo.toml at [5ae57664e2]
Logged in as anonymous

File Cargo.toml artifact 802fa176f4 part of check-in 5ae57664e2


[package]
name = "smtp2tg"
version = "0.3.7"
authors = [ "arcade" ]
edition = "2021"

[dependencies]
anyhow = "1.0.86"
async-std = { version = "1.12.0", features = [ "attributes", "tokio1" ] }
config = { version = "0.15", default-features = false, features = [ "toml" ] }
just-getopt = "1.2.0"
lazy_static = "1.5.0"
regex = "1.11.1"
teloxide = { version = "0.13", features = [ "rustls", "throttle" ] }
thiserror = "2.0.11"
mail-parser = { version = "0.10", features = ["serde", "serde_support"] }
mailin-embedded = "^0"

[profile.release]
lto = true
codegen-units = 1