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"
|
2024-07-24 18:28:38 +00:00
|
|
|
clap = { version = "4.5", 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"
|
2024-07-24 18:28:38 +00:00
|
|
|
image = "0.23"
|
2021-03-08 10:39:53 +00:00
|
|
|
derivative = "2.2.0"
|
2024-07-24 18:28:38 +00:00
|
|
|
async-io = "2.3"
|
2024-07-24 09:41:30 +00:00
|
|
|
async-trait = "0.1.81"
|