16 lines
396 B
TOML
16 lines
396 B
TOML
[package]
|
|
name = "progenitor-client"
|
|
version = "0.1.2-dev"
|
|
edition = "2018"
|
|
license = "MPL-2.0"
|
|
repository = "https://github.com/oxidecomputer/progenitor.git"
|
|
description = "An OpenAPI client generator - client support"
|
|
|
|
[dependencies]
|
|
bytes = "1.1.0"
|
|
futures-core = "0.3.21"
|
|
percent-encoding = "2.1"
|
|
reqwest = { version = "0.11", features = ["json", "stream"] }
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|