# 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-struct-gen" version = "0.1.13" description = "Generate rust structures from an openapi 3.0 definition" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/amentis/openapi-struct-gen" [dependencies.check_keyword] version = "0.2" optional = true [dependencies.codegen] version = "0.1.3" optional = true [dependencies.heck] version = "0.4.0" optional = true [dependencies.indexmap] version = "^1.0" optional = true [dependencies.openapiv3] version = "1.0.2" optional = true [dependencies.serde_json] version = "1.0.82" optional = true [dependencies.serde_yaml] version = "0.9.2" optional = true [features] build = [ "openapiv3", "serde_json", "serde_yaml", "indexmap", "heck", "codegen", "check_keyword", ] default = []