# 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 = "restcrab" version = "0.2.0" authors = ["Paul Volavsek "] description = "Procedural macro to automatically generate a REST client from a trait definition." documentation = "https://docs.rs/restcrab/" readme = "./README.md" keywords = [ "rest", "restclient", "client", "macro", "serde", ] license = "MIT" repository = "https://github.com/volllly/restcrab" [lib] name = "restcrab" path = "src/lib.rs" [dependencies.http] version = "0.2" [dependencies.reqwest_lib] version = "0.11" features = ["blocking"] optional = true package = "reqwest" [dependencies.restcrab_macros] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" optional = true [dependencies.snafu] version = "0.7" [dev-dependencies.async-std] version = "1.12" features = ["attributes"] [dev-dependencies.fake] version = "2.5.0" [dev-dependencies.wiremock] version = "0.5.13" [features] default = ["reqwest"] reqwest = [ "reqwest_lib", "serde_json", ]