tokio-qapi 0.0.1

QEMU QMP and Guest Agent API tokio adapter
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "tokio-qapi"
version = "0.0.1"
authors = ["arcnmx"]
description = "QEMU QMP and Guest Agent API tokio adapter"
documentation = "http://arcnmx.github.io/qapi-rs/tokio_qapi"
readme = "../README.md"
keywords = ["qemu", "qmp", "qapi", "tokio", "async"]
license = "MIT"
repository = "https://github.com/arcnmx/qapi-rs"
[dependencies.bytes]
version = "^0.4.6"

[dependencies.futures]
version = "^0.1.18"

[dependencies.log]
version = "^0.4.1"

[dependencies.qapi-qga]
version = "^0.0.1"
optional = true

[dependencies.qapi-qmp]
version = "^0.0.1"
optional = true

[dependencies.qapi-spec]
version = "^0.0.1"

[dependencies.serde]
version = "^1.0.27"

[dependencies.serde_json]
version = "^1.0.9"

[dependencies.tokio-io]
version = "^0.1.5"
[dev-dependencies.env_logger]
version = "^0.5.4"

[dev-dependencies.tokio-core]
version = "^0.1.12"

[dev-dependencies.tokio-uds]
version = "^0.1.7"

[features]
qga = ["qapi-qga"]
qmp = ["qapi-qmp"]
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "arcnmx/qapi-rs"