[dependencies.heck]
version = "0.5"
[dependencies.openapiv3]
version = "2.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.syn]
features = ["full"]
version = "2.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["rt", "rt-multi-thread"]
version = "1.0"
[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1.0"
[lib]
name = "openapi_gen"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Paul van der Meijs"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust macro to generate client from OpenAPI spec."
edition = "2024"
keywords = ["openapi", "api-client", "generator"]
license = "MIT"
name = "openapi-gen"
readme = "README.md"
repository = "https://github.com/paulvandermeijs/openapi-gen"
version = "0.3.1"
[[test]]
name = "client_name"
path = "tests/client_name.rs"
[[test]]
name = "comprehensive_docs"
path = "tests/comprehensive_docs.rs"
[[test]]
name = "documentation"
path = "tests/documentation.rs"
[[test]]
name = "feature_validation"
path = "tests/feature_validation.rs"
[[test]]
name = "keyword_handling"
path = "tests/keyword_handling.rs"
[[test]]
name = "petstore"
path = "tests/petstore.rs"