progenitor/progenitor-impl/Cargo.toml

37 lines
972 B
TOML
Raw Normal View History

[package]
name = "progenitor-impl"
2023-05-03 18:58:49 +00:00
version = "0.3.0"
edition = "2021"
license = "MPL-2.0"
description = "An OpenAPI client generator - core implementation"
repository = "https://github.com/oxidecomputer/progenitor.git"
readme = "../README.md"
[dependencies]
heck = "0.4.1"
http = "0.2.9"
getopts = "0.2"
indexmap = "2.0.0"
openapiv3 = "1.0.3"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.9"
schemars = { version = "0.8.12", features = ["chrono", "uuid1"] }
2022-01-16 17:09:30 +00:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
syn = { version = "2.0", features = ["parsing"] }
thiserror = "1.0"
2023-05-15 14:11:31 +00:00
# change when publishing
#typify = { version = "0.0.12" }
typify = { git = "https://github.com/oxidecomputer/typify" }
unicode-ident = "1.0.11"
[dev-dependencies]
dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }
expectorate = "1.0"
2023-02-21 00:05:09 +00:00
http = "0.2.9"
hyper = "0.14.27"
rustfmt-wrapper = "0.2.0"
2023-01-14 16:58:57 +00:00
serde_yaml = "0.9"
serde_json = "1.0.105"