# 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 = "power-reqwest" version = "0.1.0" description = "a proc-macro for generate async http api client" homepage = "https://github.com/powermacros/power-reqwest" documentation = "https://docs.rs/power-reqwest" license = "MIT" repository = "https://github.com/powermacros/power-reqwest" [lib] name = "power_reqwest" path = "src/lib.rs" proc-macro = true [[example]] name = "aliyun_sms" [dependencies.power-reqwest-lib] version = "0.1.0" [dependencies.proc-macro2] version = "1" features = ["span-locations"] [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "full", "extra-traits", ] [dev-dependencies.http] version = "1.1.0" [dev-dependencies.reqwest] version = "0.12.4" [dev-dependencies.serde] version = "1" features = ["derive"] [features]