# 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 = "2021" name = "openapi_utils" version = "0.6.1" authors = ["Jordi Polo "] exclude = [ ".cargo_vcs_info.json", ".gitignore", ] autotests = false description = """ Extension method and utilities to work with OpenAPI 3.0 files """ homepage = "https://github.com/JordiPolo/oas_proxy/tree/master/openapi_utils" documentation = "https://docs.rs/openapi_utils" readme = "README.md" keywords = ["openapi"] license = "MIT OR Apache-2.0" repository = "https://github.com/jordipolo/oas_proxy" [dependencies.http] version = "1.0" [dependencies.indexmap] version = "2.1" [dependencies.log] version = "0.4" [dependencies.openapiv3] version = "2.0"