arvalez-openapi 1.6.0

OpenAPI loader and Core IR importer for Arvalez
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 = "arvalez-openapi"
version = "1.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI loader and Core IR importer for Arvalez"
homepage = "https://github.com/Sygmei/arvalez"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Sygmei/arvalez"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.arvalez-ir]
version = "1.6.0"

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

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_path_to_error]
version = "0.1.17"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.yaml-rust2]
version = "0.11.0"