forked from loafle/openapi-generator-original
As we discovered in #3463, there are various bits of the rust client generator that are currently untested. This PR adds tests for various generator-specific types, and also files. Follows the example of the rust-server generator for making it easy to add new test specs. This should make it easier for future contributors to make sure that their contributions are tested
18 lines
301 B
TOML
18 lines
301 B
TOML
[package]
|
|
name = "rust-test-hyper"
|
|
version = "1.0.0"
|
|
authors = ["OpenAPI Generator team and contributors"]
|
|
|
|
[dependencies]
|
|
serde = "^1.0"
|
|
serde_derive = "^1.0"
|
|
serde_json = "^1.0"
|
|
url = "1.5"
|
|
hyper = "~0.11"
|
|
serde_yaml = "0.7"
|
|
base64 = "~0.7.0"
|
|
futures = "0.1.23"
|
|
|
|
[dev-dependencies]
|
|
tokio-core = "*"
|