# 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] edition = "2018" name = "tokio-qapi" version = "0.4.0" 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" [package.metadata.docs.rs] all-features = true [dependencies.bytes] version = "^0.4.6" [dependencies.futures] version = "^0.1.18" [dependencies.log] version = "^0.4.6" [dependencies.qapi-qga] version = "^0.4.0" optional = true [dependencies.qapi-qmp] version = "^0.4.0" optional = true [dependencies.qapi-spec] version = "^0.2.2" [dependencies.serde] version = "^1.0.27" [dependencies.serde_json] version = "^1.0.9" [dependencies.tokio-codec] version = "^0.1.1" [dependencies.tokio-io] version = "^0.1.10" [dev-dependencies.env_logger] version = "^0.6.0" [dev-dependencies.tokio] version = "^0.1.5" [dev-dependencies.tokio-uds] version = "^0.2.0" [features] qga = ["qapi-qga"] qmp = ["qapi-qmp"] [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "arcnmx/qapi-rs"