forked from loafle/openapi-generator-original
* bump Rust edition to 2021, update a few creates * bump Rust edition to 2021, update a few creates
20 lines
565 B
TOML
20 lines
565 B
TOML
[package]
|
|
name = "empty-object-hyper"
|
|
version = "1.0.0"
|
|
authors = ["OpenAPI Generator team and contributors"]
|
|
description = "Ensure rust supports empty objects using serde::Value"
|
|
# Override this license by providing a License Object in the OpenAPI.
|
|
license = "Unlicense"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "^1.0", features = ["derive"] }
|
|
serde_json = "^1.0"
|
|
url = "^2.5"
|
|
uuid = { version = "^1.8", features = ["serde", "v4"] }
|
|
hyper = { version = "~0.14", features = ["full"] }
|
|
hyper-tls = "~0.5"
|
|
http = "~0.2"
|
|
base64 = "~0.7.0"
|
|
futures = "^0.3"
|