Artifact 0cee51a0e80b62806d06d59f9effdf6c5e34d127b5fd61c67e5a41a0fe337c76:
- File Cargo.toml — part of check-in [f4cad2a5c0] at 2024-05-26 09:17:42 on branch trunk — ver 0.2.0 - switching to Teloxide for now (user: arcade, size: 410) [annotate] [blame] [check-ins using]
[package] name = "smtp2tg" version = "0.2.0" authors = [ "arcade" ] edition = "2021" [dependencies] anyhow = "*" async-std = { version = "*", features = [ "tokio1" ] } config = { version = "*", default-features = false, features = [ "toml" ] } env_logger = "*" teloxide = "*" mail-parser = { version = "*", features = ["serde", "serde_support"] } samotop = "*" [profile.release] lto = true codegen-units = 1