# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.63.0" name = "lori" version = "0.3.0" authors = ["Meysam "] include = [ ".cargo", "src", "Cargo.toml", "LICENSE", "README.md", ] description = "A CLI utility that receives emails from SMTP and sends them to SendGrid." documentation = "https://docs.rs/lori" readme = "README.md" keywords = [ "smtp", "sendgrid", "mail", "email", "cli", ] categories = [ "network-programming", "command-line-interface", ] license = "Apache-2.0" repository = "https://github.com/meysam81/lori" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" strip = true [dependencies.mail-parser] version = "0.8.2" features = [ "serde", "serde_support", ] [dependencies.nom] version = "7.1.3" [dependencies.num_cpus] version = "1.15.0" [dependencies.regex] version = "1.8.3" features = ["std"] [dependencies.samotop] version = "0.13.2" [dependencies.sendgrid] version = "0.19.0" features = ["async"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.1" features = [ "macros", "rt-multi-thread", ]