2021-06-19 07:36:13 +00:00
|
|
|
[package]
|
|
|
|
name = "progenitor"
|
|
|
|
version = "0.0.0"
|
|
|
|
edition = "2018"
|
|
|
|
license = "MPL-2.0"
|
|
|
|
repository = "https://github.com/oxidecomputer/progenitor.git"
|
|
|
|
description = "An OpenAPI client generator"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-06-19 07:56:42 +00:00
|
|
|
anyhow = "1"
|
|
|
|
getopts = "0.2"
|
2021-10-02 18:40:03 +00:00
|
|
|
indexmap = "1.7.0"
|
|
|
|
openapiv3 = "1.0.0-beta.2"
|
|
|
|
proc-macro2 = "1.0.29"
|
|
|
|
quote = "1.0.9"
|
2021-10-04 04:14:01 +00:00
|
|
|
regex = "1.5.4"
|
2021-10-02 18:40:03 +00:00
|
|
|
rustfmt-wrapper = { git = "https://github.com/oxidecomputer/typify" }
|
|
|
|
schemars = "0.8.5"
|
|
|
|
serde = { version = "1", features = [ "derive" ] }
|
|
|
|
serde_json = "1.0.68"
|
|
|
|
typify = { git = "https://github.com/oxidecomputer/typify" }
|