mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-28 04:20:51 +00:00
19 lines
463 B
Markdown
19 lines
463 B
Markdown
|
|
CONFIG OPTIONS for rust
|
|
|
|
packageName
|
|
Rust package name (convention: lowercase). (Default: openapi)
|
|
|
|
packageVersion
|
|
Rust package version. (Default: 1.0.0)
|
|
|
|
hideGenerationTimestamp
|
|
Hides the generation timestamp when files are generated. (Default: true)
|
|
|
|
library
|
|
library template (sub-template) to use. (Default: hyper)
|
|
hyper - HTTP client: Hyper.
|
|
reqwest - HTTP client: Reqwest.
|
|
|
|
Back to the [generators list](README.md)
|