31 lines
750 B
TOML
31 lines
750 B
TOML
[package]
|
|
name = "progenitor-impl"
|
|
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"
|
|
schemars = { version = "0.8", features = ["chrono", "uuid"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
syn = { version = "1.0", features = ["parsing"] }
|
|
thiserror = "1.0"
|
|
typify = "0.0.6"
|
|
unicode-xid = "0.2"
|
|
|
|
[dev-dependencies]
|
|
dropshot = { git = "https://github.com/oxidecomputer/dropshot" }
|
|
expectorate = "1.0"
|
|
http = "0.2.6"
|
|
hyper = "0.14.17"
|