# 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 = "wxpush" version = "0.1.14" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "api for https://wxpusher.zjiecode.com" homepage = "https://github.com/i18n-site/rust/tree/main/wxpush" readme = "README.md" license = "MulanPSL-2.0" repository = "https://github.com/i18n-site/rust.git" [package.metadata.cargo-machete] ignored = ["static_init"] [lib] name = "wxpush" path = "src/lib.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.genv] version = "0.1.15" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_with] version = "3.9.0" [dependencies.sonic-rs] version = "0.3.10" [dependencies.static_init] version = "1.0.3" [dependencies.thiserror] version = "1.0.63" [dependencies.xstr] version = "0.1.11" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.tokio] version = "1.39.2" features = [ "macros", "rt", "rt-multi-thread", "time", "sync", ]