2021-10-29 14:16:39 +00:00
|
|
|
[package]
|
|
|
|
name = "progenitor-client"
|
2022-05-13 17:48:16 +00:00
|
|
|
version = "0.1.2-dev"
|
2022-07-03 02:09:38 +00:00
|
|
|
edition = "2021"
|
2021-10-29 14:16:39 +00:00
|
|
|
license = "MPL-2.0"
|
|
|
|
repository = "https://github.com/oxidecomputer/progenitor.git"
|
|
|
|
description = "An OpenAPI client generator - client support"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-03-15 23:11:47 +00:00
|
|
|
bytes = "1.1.0"
|
|
|
|
futures-core = "0.3.21"
|
2022-02-08 16:59:38 +00:00
|
|
|
percent-encoding = "2.1"
|
2022-05-10 00:34:25 +00:00
|
|
|
reqwest = { version = "0.11", features = ["json", "stream"] }
|
2022-02-08 16:59:38 +00:00
|
|
|
serde = "1.0"
|
2021-10-29 14:16:39 +00:00
|
|
|
serde_json = "1.0"
|