http-provider-macro 0.1.4

A procedural macro for generating type-safe API clients
Documentation
# 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 = "http-provider-macro"
version = "0.1.4"
authors = ["AzeemShaik azeemshaik025@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A procedural macro for generating type-safe API clients"
documentation = "https://docs.rs/http-provider-macro"
readme = "README.md"
keywords = [
    "http",
    "client",
    "macro",
    "rest",
    "api",
]
categories = [
    "web-programming::http-client",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Azeem-0/api-client-macro"

[features]
default = []

[lib]
name = "http_provider_macro"
path = "src/lib.rs"
proc-macro = true

[[example]]
name = "advanced"
path = "examples/advanced.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "mocking"
path = "examples/mocking.rs"

[[example]]
name = "multiple_path_params"
path = "examples/multiple_path_params.rs"

[[example]]
name = "params"
path = "examples/params.rs"

[[test]]
name = "provider_tests"
path = "tests/provider_tests.rs"

[dependencies.heck]
version = "0.5.0"

[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1.0.40"

[dependencies.regex]
version = "1.11.1"

[dependencies.syn]
version = "2.0.102"
features = [
    "full",
    "extra-traits",
    "parsing",
]

[dev-dependencies.reqwest]
version = "0.11"
features = ["json"]

[dev-dependencies.serde]
version = "1.0.204"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.122"

[dev-dependencies.tokio]
version = "1.0"
features = ["full"]

[dev-dependencies.wiremock]
version = "0.5"