# 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 = "2018" name = "openapiv3-extended" version = "6.0.0" authors = ["Kurt Wolf "] description = "This crate provides data structures that represent the OpenAPI v3.0.x specification easily deserializable with serde." homepage = "https://github.com/kurtbuilds/openapiv3" documentation = "https://docs.rs/openapiv3-extended" readme = "README.md" keywords = [ "openapi", "v3", ] license = "MIT/Apache-2.0" repository = "https://github.com/kurtbuilds/openapiv3" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "openapiv3" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.http] version = "1.0.0" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.serde_yaml] version = "0.9.22" [features] skip_serializing_defaults = [] v2 = []