oag-core 0.4.3

OpenAPI 3.2 parser, IR, and transforms for oag
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 = "oag-core"
version = "0.4.3"
authors = ["urmzd"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI 3.2 parser, IR, and transforms for oag"
homepage = "https://github.com/urmzd/openapi-generator"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/urmzd/openapi-generator"
resolver = "2"

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

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

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

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

[dependencies.heck]
version = "0.5"

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

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.thiserror]
version = "2"

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