ranvier-openapi 0.19.0

OpenAPI generation helpers for Ranvier HTTP ingress
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"
rust-version = "1.93.0"
name = "ranvier-openapi"
version = "0.19.0"
authors = ["CELLAXON Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI generation helpers for Ranvier HTTP ingress"
homepage = "https://ranvier.studio"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ranvier-rs/ranvier"
resolver = "2"

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

[dependencies.http]
version = "1.4.0"

[dependencies.ranvier-core]
version = "0.19.0"

[dependencies.ranvier-http]
version = "0.19.0"

[dependencies.schemars]
version = "1.2.0"
features = ["derive"]

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0.149"

[lints.clippy]
collapsible_if = "allow"
large_enum_variant = "allow"
result_large_err = "allow"
should_implement_trait = "allow"
too_many_arguments = "allow"
type_complexity = "allow"