puddle-farm-api-client_openapi_client 1.1.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# 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 = "puddle-farm-api-client_openapi_client"
version = "1.1.0"
authors = ["OpenAPI Generator team and contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
readme = "README.md"
license = "Unlicense"

[lib]
name = "puddle_farm_api_client_openapi_client"
path = "src/lib.rs"

[[bin]]
name = "puddle-farm-api-client_openapi_client"
path = "src/main.rs"

[dependencies.reqwest]
version = "^0.12"
features = [
    "json",
    "multipart",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "^1.0"
features = ["derive"]

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_repr]
version = "^0.1"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]

[dependencies.url]
version = "^2.5"