[dependencies.env_logger]
version = "0.11.0"
[dependencies.inputflow]
version = "0.1"
[dependencies.log]
default-features = false
version = "0.4"
[dependencies.ron]
version = "0.9"
[dependencies.serde]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[features]
plugins = ["inputflow/plugins"]
[lib]
crate-type = ["lib", "cdylib"]
name = "inputflow_qmp"
path = "src/lib.rs"
[package]
authors = ["ConnorBP <Connor.Postma@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "inputflow user input abstract plugin framework"
edition = "2021"
keywords = ["inputflow", "api", "kvm", "qemu"]
license = "MIT"
name = "inputflow-qmp"
readme = "README.md"
repository = "https://github.com/ConnorBP/inputflow"
version = "0.1.0"