mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-24 20:43:54 +00:00
* Add rust-server-deprecated generator in preparation for hyper1 upgrade to rust-server generator * [Rust Server] Fix spacing in `Cargo.mustache` (#17876) * [Rust Server] Update dependency versions in `Cargo.mustache` (#17876) * [Rust Server] Update templates so generated client and server compile (#17876) * [Rust Server] Get `server` example to compile (#17876) * [Rust Server] Update `client` example to compile (#17876) * [Rust Server] Update `bin/cli.rs` to compile (#17876) * Revert changes to use typed auth in rust-server. Run sample generation. * Hyper1 fixup compilation errors in all examples * Add tests to all examples, clippy, tests, cli-bin, run examples * Use headers Auth structs * Fixup various clippy lints * Move more Service impl to use BoxBody * Reduce generic restriction on some Service impl where possible * Appease clippy lints in rust 1.88 --------- Co-authored-by: Azriel Hoh <azriel@healthpoint.co.nz>
9 lines
401 B
YAML
9 lines
401 B
YAML
generatorName: rust-server-deprecated
|
|
outputDir: samples/server/petstore/rust-server-deprecated/output/no-example-v3
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/rust-server/no-example-v3.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/rust-server-deprecated
|
|
generateAliasAsModel: true
|
|
additionalProperties:
|
|
hideGenerationTimestamp: "true"
|
|
packageName: no-example-v3
|