# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "qapi-qga" version = "0.13.0" authors = ["arcnmx"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "QEMU Guest Agent protocol types" documentation = "https://docs.rs/qapi-qga/" readme = "README.md" keywords = [ "qemu", "qga", "qapi", ] license = "MIT" repository = "https://github.com/arcnmx/qapi-rs" [lib] name = "qapi_qga" path = "src/lib.rs" [dependencies.qapi-spec] version = "0.3" [dependencies.serde] version = "^1.0.27" features = ["derive"] [build-dependencies.qapi-codegen] version = "0.11.3" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "arcnmx/qapi-rs"