# 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 = "openapiv3-to-typescript" version = "0.1.1" description = "Generate TypeScript from OpenAPIv3" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/bosukas/openapiv3-to-typescript" [dependencies.itertools] version = "0.13.0" [dependencies.openapiv3-extended] version = "6.0.0" [dependencies.thiserror] version = "1" [dev-dependencies.indexmap] version = "2.2.6" [dev-dependencies.reqwest] version = "0.12" features = ["blocking"] [dev-dependencies.serde_yaml] version = "0.9"