[package] name = "progenitor-impl" version = "0.5.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.2.2" openapiv3 = "2.0.0" proc-macro2 = "1.0" quote = "1.0" regex = "1.10" schemars = { version = "0.8.16", features = ["chrono", "uuid1"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" syn = { version = "2.0", features = ["parsing"] } thiserror = "1.0" # change when publishing #typify = { version = "0.0.15" } typify = { git = "https://github.com/oxidecomputer/typify" } unicode-ident = "1.0.12" [dev-dependencies] dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false } expectorate = "1.1" http = "0.2.9" hyper = "0.14.27" rustfmt-wrapper = "0.2.1" serde_yaml = "0.9" serde_json = "1.0.113"