[package] name = "staking_watchdog_watchdog" version = "0.1.0" authors = ["Greg Burri "] 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" rand = "0.8" 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. [profile.release] codegen-units = 1 lto = true panic = 'abort'