An open API service indexing awesome lists of open source software.

https://github.com/jonathanmorley/openapi-codegen-rs


https://github.com/jonathanmorley/openapi-codegen-rs

Last synced: 5 months ago
JSON representation

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" }
```