roas 0.3.1

Rust OpenAPI Specification
Documentation
[dependencies.enumset]
version = "1.1.6"

[dependencies.monostate]
version = "0.1.14"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

[features]
default = ["v3_0"]
v2 = []
v3_0 = []

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

[package]
authors = ["Sergey Vilgelm <sergey@vilgelm.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "parser-implementations"]
description = "Rust OpenAPI Specification"
edition = "2024"
homepage = "https://github.com/sv-tools/roas"
include = ["src", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT", "dependencies-license.json"]
keywords = ["openapi", "swagger"]
license = "MIT OR Apache-2.0"
name = "roas"
readme = "README.md"
repository = "https://github.com/sv-tools/roas"
version = "0.3.1"

[package.metadata]
dependencies-license-file = "dependencies-license.json"