progenitor/Cargo.toml

22 lines
517 B
TOML
Raw Normal View History

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]
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-09 15:38:01 +00:00
rustfmt-wrapper = "0.1.0"
2021-10-02 18:40:03 +00:00
schemars = "0.8.5"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1.0.68"
typify = { git = "https://github.com/oxidecomputer/typify" }