# 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 = "2021" name = "qtest" version = "0.1.1" authors = [ "Eugenio Cano ", "Román Cárdenas ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Connector for working with the QTest socket" documentation = "https://docs.rs/qtest" readme = "README.md" keywords = [ "qtest", "socket", "connector", "qemu", "tokio", ] categories = [ "embedded", "simulation", "development-tools::testing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/greenlsi/qtest" [lib] name = "qtest" path = "src/lib.rs" [[bin]] name = "test_parser" path = "src/bin/test_parser.rs" [[bin]] name = "test_socket" path = "src/bin/test_socket.rs" [[bin]] name = "test_socket_unix" path = "src/bin/test_socket_unix.rs" [dependencies.base64] version = "0.22" [dependencies.tokio] version = "1" features = ["full"]