foo/Cargo.toml

23 lines
497 B
TOML
Raw Normal View History

2024-12-20 00:42:36 +00:00
[package]
name = "foo"
version = "0.1.0"
edition = "2021"
[dependencies]
serde_json = "1.0.133"
serde_yaml = "0.9.34+deprecated"
schemars = "1.0.0-alpha.17"
anyhow = "1.0.94"
convert_case = "0.6.0"
protox = "0.7.1"
protox-parse = "0.7.0"
oapi = "0.1.2"
sppparse = "0.1.4"
oas3 = {version = "0.12.1", features = []}
openapi3-parser = { version = "0.1.0", features = [] }
serde = { version = "1.0.216", features = ["derive"] }
tailcall-valid = "0.1.3"
wit-parser = "0.222.0"
lazy_static = "1.5.0"