progenitor/progenitor-impl/Cargo.toml

31 lines
750 B
TOML
Raw Normal View History

[package]
name = "progenitor-impl"
2022-05-12 23:18:12 +00:00
version = "0.1.0"
edition = "2018"
license = "MPL-2.0"
repository = "https://github.com/oxidecomputer/progenitor.git"
description = "An OpenAPI client generator - core implementation"
[dependencies]
heck = "0.4.0"
getopts = "0.2"
indexmap = "1.8"
openapiv3 = "1.0.0"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.5"
rustfmt-wrapper = "0.1"
2022-01-16 17:09:30 +00:00
schemars = { version = "0.8", features = ["chrono", "uuid"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
2022-01-16 17:09:30 +00:00
syn = { version = "1.0", features = ["parsing"] }
thiserror = "1.0"
2022-05-12 23:18:12 +00:00
typify = "0.0.6"
2022-01-16 17:09:30 +00:00
unicode-xid = "0.2"
[dev-dependencies]
dropshot = { git = "https://github.com/oxidecomputer/dropshot" }
expectorate = "1.0"
http = "0.2.6"
hyper = "0.14.17"