qeztorncodegen 2.0.0

* The development of Torn's API v2 is still ongoing. * If selections remain unaltered, they will default to the API v1 version. * Unlike API v1, API v2 accepts both selections and IDs as path and query parameters. * If any discrepancies or errors are found, please submit a [bug report](https://www.torn.com/forums.php#/p=forums&f=19&b=0&a=0) on the Torn Forums.
Documentation
[dependencies.reqwest]
features = ["json", "multipart"]
version = "^0.12"

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

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_repr]
version = "^0.1"

[dependencies.serde_with]
default-features = false
features = ["base64", "std", "macros"]
version = "^3.8"

[dependencies.url]
version = "^2.5"

[dependencies.uuid]
features = ["serde", "v4"]
version = "^1.8"

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

[package]
authors = ["OpenAPI Generator team and contributors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "  * The development of Torn's API v2 is still ongoing.  * If selections remain unaltered, they will default to the API v1 version.  * Unlike API v1, API v2 accepts both selections and IDs as path and query parameters.  * If any discrepancies or errors are found, please submit a [bug report](https://www.torn.com/forums.php#/p=forums&f=19&b=0&a=0) on the Torn Forums."
edition = "2021"
license = "Unlicense"
name = "qeztorncodegen"
readme = "README.md"
repository = "https://github.com/qezTorn/qez-tornapi-codegen"
version = "2.0.0"