# 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 = "golem-openapi-client-generator" version = "0.0.12" authors = ["Simon Popugaev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OpenAPI glient generator for golem" homepage = "https://www.golem.cloud/" readme = "README.md" license = "Apache-2.0" [lib] name = "golem_openapi_client_generator" path = "src/lib.rs" [[bin]] name = "golem-openapi-client-generator" path = "src/main.rs" [dependencies.clap] version = "4.4.12" features = ["derive"] [dependencies.convert_case] version = "0.6.0" [dependencies.fmt] version = "0.1.0" [dependencies.indexmap] version = "2.1.0" [dependencies.indoc] version = "2.0.4" [dependencies.itertools] version = "0.12.0" [dependencies.openapiv3] version = "2.0.0" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_yaml] version = "0.9.29"