X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=Cargo.toml;h=c4c3a8a5aff26d0c788ce039c35241c31ca07c3d;hb=95d52b9d01c9894acc15e90d0e4be81a8df352ed;hp=1600ba7bddb7462e702272dc0f271b99e25050d6;hpb=bd25470e4d4c104ab661fe6212f56179d9a32b32;p=stakingWatchdog.git diff --git a/Cargo.toml b/Cargo.toml index 1600ba7..c4c3a8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,15 +7,24 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +anyhow = "1.0" +itertools = "0.11" + reqwest = { version = "0.11", features = [ "blocking", "json", ], default-features = false } -anyhow = "1.0" -itertools = "0.11" + +lettre = { version = "0.10", features = [ + "rustls-tls", + "smtp-transport", + "builder", +], default-features = false } + serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -ron = "0.8" # Rust object notation, to load configuration files. +ron = "0.8" # Rust object notation, to load configuration files. + [profile.release] codegen-units = 1