# 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 = "2018" name = "habitica_weekly_report" version = "0.1.0" authors = ["Samuele Esposito <36164633+esposm03@users.noreply.github.com>"] description = " Get reports of your performance on Habitica, straight to your inbox!" readme = "README.md" keywords = ["habitica"] license = "MIT" repository = "https://github.com/esposm03/habitica_weekly_report" [dependencies.color-eyre] version = "0.5" [dependencies.figment] version = "0.10" features = ["toml", "json"] [dependencies.lettre] version = "0.10.0-rc.3" features = ["rustls-tls", "builder", "smtp-transport", "serde"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.tinytemplate] version = "1.2" [dependencies.ureq] version = "2.1" features = ["json"]