[package] name = "qtest" version = "0.1.1" edition = "2021" authors = ["Eugenio Cano ", "Román Cárdenas "] description = "Connector for working with the QTest socket" readme = "README.md" repository = "https://github.com/greenlsi/qtest" documentation = "https://docs.rs/qtest" license = "MIT OR Apache-2.0" keywords = ["qtest", "socket", "connector", "qemu", "tokio"] categories = ["embedded", "simulation", "development-tools::testing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1", features = ["full"] } base64 = "0.22"