# 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" name = "mailmeld" version = "1.0.0" authors = ["ChemicalLuck"] description = "A simple mail-merging tool" license-file = "LICENSE" repository = "https://github.com/ChemicalLuck/mailmeld" [profile.release] opt-level = "z" lto = true strip = true [[bin]] name = "mailmeld" path = "src/main.rs" [dependencies.clap] version = "4.4.8" features = [ "derive", "env", ] [dependencies.csv] version = "1.3.0" [dependencies.dotenv] version = "0.15.0" [dependencies.indicatif] version = "0.17.7" [dependencies.lettre] version = "0.11.1" features = ["serde"] [dependencies.serde] version = "1.0.193" features = ["derive"]