openapi-forge 0.1.5

OpenAPI 3.0 parser and query library
# 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.89.0"
name = "openapi-forge"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI 3.0 parser and query library"
homepage = "https://github.com/pleme-io/openapi-forge"
documentation = "https://docs.rs/openapi-forge"
readme = "README.md"
keywords = [
    "openapi",
    "swagger",
    "parser",
    "codegen",
]
categories = [
    "parsing",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/pleme-io/openapi-forge"

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

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.sekkei]
version = "0.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.takumi]
version = "0.1"

[dependencies.thiserror]
version = "2"

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

[lints.clippy]
pedantic = "warn"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true