orator-core 0.7.0

Server stub generation from OpenAPI 3.1 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 = "orator-core"
version = "0.7.0"
authors = ["David Steiner <david_j_steiner@yahoo.co.nz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server stub generation from OpenAPI 3.1 specs"
homepage = "https://github.com/davidsteiner/orator"
readme = "README.md"
keywords = [
    "openapi",
    "api",
    "web",
    "axum",
]
categories = [
    "web-programming",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/davidsteiner/orator"

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

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

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

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

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

[dependencies.heck]
version = "0.5"

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

[dependencies.prettyplease]
version = "0.2"

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

[dependencies.quote]
version = "1"

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.insta]
version = "1"