[package]
edition = "2021"
rust-version = "1.70"
name = "openapi-deref"
version = "0.1.0"
authors = ["Yutaka Nishimura"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight OpenAPI/JSON Schema $ref resolver. Inline-expands all $ref pointers into a self-contained JSON value."
readme = "README.md"
keywords = [
"openapi",
"json-schema",
"ref",
"resolver",
"dereference",
]
categories = [
"parser-implementations",
"web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/openapi-deref"
[lib]
name = "openapi_deref"
path = "src/lib.rs"
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"