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