All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rust.Cargo.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
[package]
name = "{{{packageName}}}"
version = "{{{packageVersion}}}"
authors = ["OpenAPI Generator team and contributors"]

[dependencies]
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
url = "1.5"
{{#hyper}}
hyper = "~0.11"
serde_yaml = "0.7"
base64 = "~0.7.0"
futures = "0.1.23"
{{/hyper}}
{{#reqwest}}
reqwest = "~0.9"
{{/reqwest}}

[dev-dependencies]
{{#hyper}}
tokio-core = "*"
{{/hyper}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy