Artifact fe6941924f1774ef0bf847c8a3e82ca449385803f2ecfec98cf470cbfb9fffab:
- File Cargo.toml — part of check-in [7f8a9994b3] at 2024-12-10 17:29:59 on branch trunk — bump crates, fix error sending (user: arcade, size: 502) [annotate] [blame] [check-ins using]
[package] name = "smtp2tg" version = "0.3.1" authors = [ "arcade" ] edition = "2021" [dependencies] anyhow = "1.0.86" async-std = { version = "1.12.0", features = [ "attributes", "tokio1" ] } config = { version = "=0.14.0", default-features = false, features = [ "toml" ] } # Rust 1.75 teloxide = { version = "0.13", features = [ "rustls", "throttle" ] } mail-parser = { version = "0.9.3", features = ["serde", "serde_support"] } mailin-embedded = "^0" [profile.release] lto = true codegen-units = 1