beckon 0.3.1

Generate type-safe, async HTTP clients from endpoint definitions — a Rust proc macro.
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"
rust-version = "1.75"
name = "beckon"
version = "0.3.1"
authors = ["Azeem Shaik <azeemshaik025@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate type-safe, async HTTP clients from endpoint definitions — a Rust proc macro."
homepage = "https://github.com/azeemshaik025/beckon"
documentation = "https://docs.rs/beckon"
readme = "README.md"
keywords = [
    "http",
    "client",
    "rest",
    "api",
    "proc-macro",
]
categories = [
    "web-programming::http-client",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/azeemshaik025/beckon"

[features]
default = []

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

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

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

[[example]]
name = "error_handling"
path = "examples/error_handling.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.12"
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.6"