2021-10-17 17:40:22 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2023-05-17 16:46:17 +00:00
|
|
|
"cargo-progenitor",
|
2022-01-15 02:01:59 +00:00
|
|
|
"example-build",
|
|
|
|
"example-macro",
|
2023-04-26 04:50:04 +00:00
|
|
|
"example-wasm",
|
2021-10-17 17:40:22 +00:00
|
|
|
"progenitor",
|
2021-10-29 14:16:39 +00:00
|
|
|
"progenitor-client",
|
2021-10-17 17:40:22 +00:00
|
|
|
"progenitor-impl",
|
2021-10-29 14:16:39 +00:00
|
|
|
"progenitor-macro",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
2021-06-19 07:36:13 +00:00
|
|
|
|
2023-09-15 04:38:20 +00:00
|
|
|
resolver = "2"
|
|
|
|
|
2024-06-21 02:04:05 +00:00
|
|
|
[workspace.dependencies]
|
|
|
|
progenitor = { version = "0.7.0", path = "progenitor" }
|
|
|
|
progenitor-client = { version = "0.7.0", path = "progenitor-client" }
|
|
|
|
progenitor-impl = { version = "0.7.0", path = "progenitor-impl" }
|
|
|
|
progenitor-macro = { version = "0.7.0", path = "progenitor-macro" }
|
|
|
|
|
|
|
|
anyhow = "1.0.86"
|
|
|
|
base64 = "0.22.1"
|
2024-06-22 04:56:59 +00:00
|
|
|
built = { version = "0.7.3", features = ["cargo-lock", "git2"] }
|
2024-06-21 02:04:05 +00:00
|
|
|
bytes = "1.6.0"
|
2024-06-24 04:25:24 +00:00
|
|
|
chrono = { version = "0.4.0", features = ["serde"] }
|
2024-07-01 14:19:55 +00:00
|
|
|
clap = { version = "4.5.8", features = ["derive"] }
|
2024-06-21 02:04:05 +00:00
|
|
|
dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }
|
|
|
|
env_logger = "0.10.2"
|
|
|
|
expectorate = "1.1.0"
|
|
|
|
futures = "0.3.30"
|
|
|
|
futures-core = "0.3.30"
|
|
|
|
heck = "0.5.0"
|
|
|
|
http = "0.2.9"
|
2024-07-09 04:27:37 +00:00
|
|
|
hyper = "0.14.29"
|
2024-06-21 02:04:05 +00:00
|
|
|
indexmap = "2.2.6"
|
|
|
|
openapiv3 = "2.0.0"
|
2024-06-24 04:25:24 +00:00
|
|
|
percent-encoding = "2.3.0"
|
2024-06-21 02:04:05 +00:00
|
|
|
proc-macro2 = "1.0.86"
|
|
|
|
project-root = "0.2.2"
|
|
|
|
quote = "1.0.36"
|
|
|
|
rand = "0.8.5"
|
|
|
|
regex = "1.10.5"
|
|
|
|
regress = "0.10.0"
|
|
|
|
reqwest = { version = "0.11.27", features = ["json", "stream"] }
|
|
|
|
rustfmt-wrapper = "0.2.1"
|
|
|
|
schemars = { version = "0.8.21", features = ["chrono", "uuid1"] }
|
|
|
|
serde = { version = "1.0.203", features = ["derive"] }
|
2024-07-01 14:20:40 +00:00
|
|
|
serde_json = "1.0.119"
|
2024-06-21 02:04:05 +00:00
|
|
|
serde_urlencoded = "0.7.1"
|
|
|
|
serde_yaml = "0.9"
|
2024-07-09 04:27:19 +00:00
|
|
|
syn = { version = "2.0.69", features = ["parsing"] }
|
2024-06-21 02:04:05 +00:00
|
|
|
thiserror = "1.0.61"
|
2024-06-24 16:00:01 +00:00
|
|
|
tokio = { version = "1.38.0", features = ["rt", "net"] }
|
2024-06-21 02:04:05 +00:00
|
|
|
# change when publishing
|
|
|
|
# typify = { version = "0.1.0" }
|
|
|
|
typify = { git = "https://github.com/oxidecomputer/typify" }
|
|
|
|
unicode-ident = "1.0.12"
|
2024-07-01 14:20:02 +00:00
|
|
|
uuid = { version = "1.9.1", features = ["serde", "v4"] }
|
2024-06-21 02:04:05 +00:00
|
|
|
|
2022-03-15 23:11:47 +00:00
|
|
|
#[patch."https://github.com/oxidecomputer/dropshot"]
|
|
|
|
#dropshot = { path = "../dropshot/dropshot" }
|
2022-07-03 02:09:38 +00:00
|
|
|
|
2022-08-18 18:58:55 +00:00
|
|
|
#[patch."https://github.com/oxidecomputer/typify"]
|
|
|
|
#typify = { path = "../typify/typify" }
|
|
|
|
|
2022-07-03 02:09:38 +00:00
|
|
|
#[patch.crates-io]
|
2022-12-27 19:55:57 +00:00
|
|
|
#serde_tokenstream = { path = "../serde_tokenstream" }
|
2022-07-03 02:09:38 +00:00
|
|
|
#typify = { path = "../typify/typify" }
|
2022-08-18 18:58:55 +00:00
|
|
|
#rustfmt-wrapper = { path = "../rustfmt-wrapper" }
|