oxapi 0.1.1

Generate type-safe Rust server stubs from OpenAPI specs
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 = "oxapi"
version = "0.1.1"
authors = ["Jonathan Dickinson"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate type-safe Rust server stubs from OpenAPI specs"
readme = "README.md"
keywords = [
    "openapi",
    "codegen",
    "axum",
    "api",
    "server",
]
categories = [
    "web-programming",
    "development-tools::procedural-macro-helpers",
]
license = "LGPL-3.0"
repository = "https://github.com/jcdickinson/oxapi"

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

[dependencies.oxapi-macro]
version = "0.1.1"