mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-28 19:50:49 +00:00
* fix map issue in 3.1 spec * fix, add tests * update samples * update * manully fix spec * revert * fix rust model
19 lines
576 B
TOML
19 lines
576 B
TOML
[package]
|
|
name = "regression-16119-reqwest"
|
|
version = "0.1.0"
|
|
authors = ["OpenAPI Generator team and contributors"]
|
|
description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
|
|
# Override this license by providing a License Object in the OpenAPI.
|
|
license = "Unlicense"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
serde = "^1.0"
|
|
serde_derive = "^1.0"
|
|
serde_json = "^1.0"
|
|
url = "^2.2"
|
|
uuid = { version = "^1.0", features = ["serde", "v4"] }
|
|
[dependencies.reqwest]
|
|
version = "^0.11"
|
|
features = ["json", "blocking", "multipart"]
|