# 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 = "oapi_generator" version = "0.0.35" authors = ["Ivan Bratoev "] description = "Code generator for OpenAPI specifications" readme = "README.md" keywords = [ "openapi", "swagger", "generator", ] categories = [ "template-engine", "web-programming", ] license = "ISC" repository = "https://gitlab.com/amentis/oapi_generator" [dependencies.anyhow] version = "^1.0.57" [dependencies.handlebars] version = "^3.0.0" [dependencies.heck] version = "0.4.0" [dependencies.json-pointer] version = "^0.3.4" [dependencies.log] version = "0.4.17" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.serde_json] version = "^1.0.81" [dependencies.serde_yaml] version = "^0.8.24" [dependencies.structopt] version = "0.3.26" [features] patterns = []