asyncapi 0.2.0

This crate aims to provide data structures that represent the AsyncAPI specification easily deserializable with serde.
Documentation
[dependencies.indexmap]
features = ["serde-1"]
version = "1.8.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.130"

[dependencies.serde_json]
version = "1.0.67"

[dependencies.serde_yaml]
version = "0.8.20"

[package]
authors = ["JP Stauffert"]
description = "This crate aims to provide data structures that represent the AsyncAPI specification easily deserializable with serde."
edition = "2018"
homepage = "https://gitlab.com/Tinted/asyncapi"
keywords = ["asyncapi"]
license = "MIT OR Apache-2.0"
name = "asyncapi"
readme = "Readme.md"
repository = "https://gitlab.com/Tinted/asyncapi"
version = "0.2.0"