2021-10-17 17:40:22 +00:00
|
|
|
[package]
|
|
|
|
name = "progenitor-impl"
|
2022-09-11 00:19:08 +00:00
|
|
|
version = "0.2.1-dev"
|
2022-07-03 02:09:38 +00:00
|
|
|
edition = "2021"
|
2021-10-17 17:40:22 +00:00
|
|
|
license = "MPL-2.0"
|
|
|
|
repository = "https://github.com/oxidecomputer/progenitor.git"
|
|
|
|
description = "An OpenAPI client generator - core implementation"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-05-10 00:30:08 +00:00
|
|
|
heck = "0.4.0"
|
2021-10-17 17:40:22 +00:00
|
|
|
getopts = "0.2"
|
2022-07-03 02:05:58 +00:00
|
|
|
indexmap = "1.9"
|
2022-01-15 02:01:59 +00:00
|
|
|
openapiv3 = "1.0.0"
|
2021-10-29 14:16:39 +00:00
|
|
|
proc-macro2 = "1.0"
|
|
|
|
quote = "1.0"
|
2022-07-11 21:00:08 +00:00
|
|
|
regex = "1.6"
|
2022-07-03 02:09:38 +00:00
|
|
|
rustfmt-wrapper = "0.2.0"
|
2022-05-18 22:18:52 +00:00
|
|
|
schemars = { version = "0.8.10", features = ["chrono", "uuid1"] }
|
2022-01-16 17:09:30 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2021-10-29 14:16:39 +00:00
|
|
|
serde_json = "1.0"
|
2022-01-16 17:09:30 +00:00
|
|
|
syn = { version = "1.0", features = ["parsing"] }
|
2021-10-29 14:16:39 +00:00
|
|
|
thiserror = "1.0"
|
2022-07-05 17:42:01 +00:00
|
|
|
# To publish, use a numbered version
|
2022-09-10 16:41:07 +00:00
|
|
|
typify = "0.0.10"
|
|
|
|
#typify = { git = "https://github.com/oxidecomputer/typify" }
|
2022-09-19 18:10:59 +00:00
|
|
|
unicode-ident = "1.0.4"
|
2021-10-17 17:40:22 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-05-18 22:18:52 +00:00
|
|
|
dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }
|
2022-03-15 23:11:47 +00:00
|
|
|
expectorate = "1.0"
|
2022-07-02 16:59:30 +00:00
|
|
|
http = "0.2.8"
|
2022-07-11 21:00:13 +00:00
|
|
|
hyper = "0.14.20"
|