# 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 = "openapi3-parser" version = "0.0.1" authors = ["Ayon Saha "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library to parse and work with OpenAPI 3.0 specifications in JSON and YAML format" homepage = "https://github.com/ayonsaha2011/openapi3-parser" documentation = "https://docs.rs/openapi3-parser" readme = "README.md" keywords = [ "openapi", "swagger", "parser", "json", "yaml", ] categories = [ "api-bindings", "parsing", ] license = "MIT" repository = "https://github.com/ayonsaha2011/openapi3-parser" [lib] name = "openapi3_parser" path = "src/lib.rs" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1.0"