Artifact 0b1a68fb8c6c739afeaddc36e8a067737fcc769855c7098cf13e954ae0999306:
- File Cargo.toml — part of check-in [ce79786e06] at 2024-06-11 18:39:48 on branch trunk — v0.2.1: bump, add rustls and some throttling (user: arcade, size: 461) [annotate] [blame] [check-ins using]
[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" ] } env_logger = "*" teloxide = { version = "*", features = [ "rustls", "throttle" ] } mail-parser = { version = "*", features = ["serde", "serde_support"] } samotop = "*" [profile.release] lto = true codegen-units = 1