Cargo.toml at [b311abee46]
Logged in as anonymous

File Cargo.toml artifact 54c6d6f847 part of check-in b311abee46


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

[dependencies]
anyhow = "*"
async-std = { version = "*", features = [ "tokio1" ] }
config = { version = "*", default-features = false, features = [ "toml" ] }
teloxide = { version = "*", features = [ "rustls", "throttle" ] }
mail-parser = { version = "*", features = ["serde", "serde_support"] }
samotop = "*"

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