# 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 = "xwarn" version = "0.0.10" description = "用 wxpusher 发送微信报警" homepage = "https://github.com/xxai-art/xwarn" readme = "README.md" license = "BSL-1.0" repository = "https://github.com/xxai-art/xwarn" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug-assertions = false panic = "abort" overflow-checks = false incremental = true strip = true [dependencies.anyhow] version = "1.0.75" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11.20" [dependencies.serde_json] version = "1.0.107" [dependencies.thiserror] version = "1.0.48" [dev-dependencies.tokio] version = "1.32.0" features = [ "rt-multi-thread", "macros", ]