specta-openapi 0.0.2

Export your Rust types to OpenAPI
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 = "specta-openapi"
version = "0.0.2"
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Export your Rust types to OpenAPI"
documentation = "https://docs.rs/specta-openapi/latest/specta-openapi"
readme = "README.md"
keywords = [
    "async",
    "specta",
    "rspc",
    "openapi",
    "typesafe",
]
categories = [
    "web-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/specta-rs/specta"
resolver = "2"

[package.metadata."docs.rs"]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.openapiv3]
version = "2"
features = []
default-features = false

[dependencies.specta]
version = "=2.0.0-rc.24"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.panic]
level = "warn"
priority = -1

[lints.clippy.panic_in_result_fn]
level = "warn"
priority = -1

[lints.clippy.todo]
level = "warn"
priority = -1

[lints.clippy.too_many_arguments]
level = "allow"
priority = 0

[lints.clippy.type_complexity]
level = "allow"
priority = 0

[lints.clippy.unwrap_used]
level = "warn"
priority = -1

[lints.rust.missing_docs]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(is_nightly)"]

[lints.rust.unsafe_code]
level = "warn"
priority = -1