33 lines
890 B
TOML
33 lines
890 B
TOML
[package]
|
|
name = "progenitor-impl"
|
|
version = "0.1.2-dev"
|
|
edition = "2021"
|
|
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.9"
|
|
openapiv3 = "1.0.0"
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
regex = "1.6"
|
|
rustfmt-wrapper = "0.2.0"
|
|
schemars = { version = "0.8.10", features = ["chrono", "uuid1"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
syn = { version = "1.0", features = ["parsing"] }
|
|
thiserror = "1.0"
|
|
# To publish, use a numbered version
|
|
typify = "0.0.10"
|
|
#typify = { git = "https://github.com/oxidecomputer/typify" }
|
|
unicode-ident = "1.0.3"
|
|
|
|
[dev-dependencies]
|
|
dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }
|
|
expectorate = "1.0"
|
|
http = "0.2.8"
|
|
hyper = "0.14.20"
|