krakend_conf 0.1.0

A tool to generate krakend endpoint configuration from openapi json, built on the openapiv3 crate.
Documentation
[package]
name = "krakend_conf"
description = "A tool to generate krakend endpoint configuration from openapi json, built on the openapiv3 crate."
version = "0.1.0"
authors = ["Andras Mocsary <nobody@reedwolf.com>"]
repository = "https://gitlab.com/reed-wolf/krakend_conf"
keywords = ["krakend", "gateway"]
categories = ["config", "web-programming"]
license = "MIT OR Apache-2.0"

edition = "2018"
publish = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0.99", features = ["derive"] }
serde_json = "1.0.40"
serde_yaml = "0.8.9"
openapiv3 = "0.3.0"

[badges]
gitlab = { repository = "reed-wolf/krakend_conf", branch = "master" }