[dependencies.indexmap]
features = ["serde"]
version = "2.0.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.newline-converter]
version = "0.3.0"
[dev-dependencies.serde_yaml]
version = "0.9"
[features]
skip_serializing_defaults = []
[lib]
name = "openapiv3"
path = "src/lib.rs"
[package]
authors = ["Glade Miller <glademiller@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This crate provides data structures that represent the OpenAPI v3.0.x specification easily deserializable with serde."
edition = "2021"
homepage = "https://github.com/glademiller/openapiv3"
keywords = ["openapi", "v3"]
license = "MIT/Apache-2.0"
name = "openapiv3"
readme = "README.md"
repository = "https://github.com/glademiller/openapiv3"
version = "2.1.0"
[[test]]
name = "test"
path = "tests/test.rs"