https://github.com/jonathanmorley/openapi-codegen-rs
https://github.com/jonathanmorley/openapi-codegen-rs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathanmorley/openapi-codegen-rs
- Owner: jonathanmorley
- Created: 2019-02-08T05:17:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-13T04:13:32.000Z (6 months ago)
- Last Synced: 2025-12-14T18:17:12.553Z (6 months ago)
- Language: Rust
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenAPI Codegen
## Dependencies
```
[dependencies]
serde = "1"
serde_derive = "1"
serde_json = "1"
serde_yaml = "0.8"
url = "1"
hyper = "0.12"
base64 = "0.10"
futures = "0.1"
tokio-core = "0.1"
reqwest = "0.9"
failure = "*"
[build-dependencies]
openapi-codegen = "*"
[dev-dependencies]
testcontainers = { git = "https://github.com/testcontainers/testcontainers-rs", branch = "master" }
tc_generic = { git = "https://github.com/testcontainers/testcontainers-rs", branch = "master" }
tc_core = { git = "https://github.com/testcontainers/testcontainers-rs", branch = "master" }
```