mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
15 lines
494 B
TOML
15 lines
494 B
TOML
[package]
|
|
name = "object-query-param-reqwest"
|
|
version = "1.0.0"
|
|
authors = ["OpenAPI Generator team and contributors"]
|
|
description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
|
|
license = "Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "^1.0", features = ["derive"] }
|
|
serde_json = "^1.0"
|
|
serde_repr = "^0.1"
|
|
url = "^2.5"
|
|
reqwest = { version = "^0.12", default-features = false, features = ["json", "multipart"] }
|