# 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 = "cascade-email" version = "0.1.0" authors = ["Andy Garcia "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple tool for send various emails using datas from excell" homepage = "https://github.com/garcia-andy/cascade-email-rs" readme = "README.md" keywords = [ "utility", "tool", "emails", "alias", "linux", ] categories = [ "command-line-interface", "command-line-utilities", "email", ] license = "MIT" repository = "https://github.com/garcia-andy/cascade-email-rs" [package.metadata.commands] build = "cargo cmd check && cargo build" check = "cargo fmt && cargo check" release = "cargo build --release" run = "cargo cmd build && ./target/debug/cascade-email-rs" [[bin]] name = "cascade-email" path = "src/main.rs" [dependencies.calamine] version = "0.25.0" [dependencies.handlebars] version = "6.1.0" [dependencies.lettre] version = "0.11.8" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [badges.maintenance] status = "actively-developed"