# 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 = "zuse" version = "0.5.0" authors = ["Kenan Sulayman "] description = "A flexible high-performance uptime bot powered by async Rust with Telegram, SNS and Slack notification backends." readme = "readme.md" license = "MIT" repository = "https://github.com/19h/zuse" resolver = "2" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" [[bin]] name = "zuse" path = "src/main.rs" bench = false [dependencies.anyhow] version = "1.0.57" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "3.1.16" [dependencies.futures] version = "0.3.21" [dependencies.handlebars] version = "4.2.2" [dependencies.hyper] version = "0.14.18" [dependencies.mpmc] version = "0.1.6" [dependencies.native-tls] version = "0.2.10" [dependencies.pw-telegram-bot-fork] version = "0.9.0" [dependencies.reqwest] version = "0.11.10" [dependencies.rusoto_core] version = "0.48.0" [dependencies.rusoto_sns] version = "0.48.0" [dependencies.rusoto_sts] version = "0.48.0" [dependencies.serde] version = "1.0.137" [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_json] version = "1.0.81" [dependencies.serde_yaml] version = "0.8.24" [dependencies.tokio] version = "1.18.1" features = [ "macros", "time", "fs", "sync", ] [dependencies.url] version = "2.2.2" [dependencies.version_check] version = "0.9.4" [target.arm-unknown-linux-gnueabihf.dependencies.openssl] version = "0.10.40" features = ["vendored"] [target.i686-unknown-linux-gnu.dependencies.openssl] version = "0.10.40" features = ["vendored"] [target.x86_64-unknown-linux-musl.dependencies.openssl] version = "0.10.40" features = ["vendored"]