2021-02-25 11:58:24 +00:00
|
|
|
[package]
|
|
|
|
name = "qemu-vnc"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Marc-André Lureau <marcandre.lureau@redhat.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-01-17 10:30:41 +00:00
|
|
|
qemu-display.workspace = true
|
|
|
|
keycodemap.workspace = true
|
2021-02-25 11:58:24 +00:00
|
|
|
vnc = "0.4.0"
|
2022-09-28 14:32:17 +00:00
|
|
|
clap = { version = "3.2", features = ["derive"] }
|
2024-01-17 10:30:41 +00:00
|
|
|
zbus.workspace = true
|
2024-05-23 14:54:14 +00:00
|
|
|
libc = "0.2.155"
|
2021-03-07 20:52:27 +00:00
|
|
|
image = "0.23.14"
|
2021-03-08 10:39:53 +00:00
|
|
|
derivative = "2.2.0"
|
2024-05-23 14:54:14 +00:00
|
|
|
async-io = "1.13.0"
|
|
|
|
async-trait = "0.1.80"
|