[package] name = "weixin_rust" version = "0.1.6" edition = "2021" authors = ["ithang@yeah.net"] keywords = ["weixin", "rust"] license="MIT" description="weixin api impl" homepage="https://github.com/ithander/wxrust.wiki.git" documentation="https://github.com/ithander/wxrust/wiki" repository="https://github.com/ithander/wxrust.wiki.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["blocking","json","multipart"] } tokio = { version = "1", features = ["full"] } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] }