[package] name = "wecom-agent" version = "0.1.16" edition = "2021" description = "企业微信API的轻封装,让消息发送更加便捷。" license = "MIT OR Apache-2.0" authors = ["尹国冰", "yinguobing "] repository = "https://github.com/wandering-ai/wecom-agent" keywords = ["wecom"] readme = "README.md" [dependencies] log = "0.4.21" reqwest = { version = "0.11.24", features = ["json"] } serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.114" tokio = { version = "1.35.1", features = ["full"] }