satay-codegen 0.1.2

Generate Rust client code from OpenAPI 3.1 documents
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 = "2024"
name = "satay-codegen"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate Rust client code from OpenAPI 3.1 documents"
homepage = "https://github.com/zeon256/satay-rs"
documentation = "https://docs.rs/satay-codegen"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zeon256/satay-rs"

[lib]
name = "satay_codegen"
path = "src/lib.rs"

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

[dependencies.heck]
version = "0.5"

[dependencies.oas3]
version = "0.22"
features = ["yaml-spec"]

[dependencies.prettyplease]
version = "0.2"

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

[dependencies.quote]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.syn]
version = "2"
features = ["full"]

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.yaml_serde]
version = "0.10"

[dev-dependencies.tempfile]
version = "3"