[package] name = "webhook-client" version = "0.2.1" edition = "2021" authors = ["seeker"] description = "Enterprise WeChat webhook client tool." license = "MIT" documentation = "https://docs.rs/crate/webhook-client/0.2.1" repository = "https://gitee.com/seeker_rs/webhook-client.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1.21.1", features = ["full"] } serde = { version = "1.0.40", features = ["derive"] } serde_json = "1.0.82" clap = { version = "3.2.16", features = ["derive"] }