[package]
edition = "2024"
rust-version = "1.85.0"
name = "vvland"
version = "0.1.1"
authors = ["Wensheng Wang <wenshengwang@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run one Wayland app or compositor inside Vivido over Vivid"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/vivido-dev/vvland"
[lib]
name = "vvland"
path = "src/lib.rs"
[[bin]]
name = "vvland"
path = "src/main.rs"
[[test]]
name = "live_e2e"
path = "tests/live_e2e.rs"
[dependencies.base64]
version = "0.23"
[dependencies.clap]
version = "4.6"
features = [
"derive",
"env",
]
[dependencies.getrandom]
version = "0.4"
[dependencies.libc]
version = "0.2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
features = ["raw_value"]
[dependencies.sha2]
version = "0.11"
[dependencies.vivid_protocol]
version = "1.5"
features = ["native-transport"]
default-features = false
[dependencies.vivid_sdk]
version = "1.5"
default-features = false
[dependencies.zeroize]
version = "1.9"
features = [
"derive",
"serde",
]
[dev-dependencies.vivid_sdk]
version = "1.5"
features = ["testing"]
default-features = false
[target.'cfg(target_os = "linux")'.dependencies.crossterm]
version = "0.29"
[target.'cfg(target_os = "linux")'.dependencies.ffmpeg-next]
version = "8.1"
[target.'cfg(target_os = "linux")'.dependencies.pipewire]
version = "0.10"
features = ["v0_3_44"]
[target.'cfg(target_os = "linux")'.dependencies.signal-hook]
version = "0.4"
[target.'cfg(target_os = "linux")'.dependencies.vvreceive]
version = "0.1"
[target.'cfg(target_os = "linux")'.dependencies.wayland-client]
version = "0.31"
[target.'cfg(target_os = "linux")'.dependencies.wayland-protocols-misc]
version = "0.3"
features = ["client"]
[target.'cfg(target_os = "linux")'.dependencies.wayland-protocols-wlr]
version = "0.3"
features = ["client"]
[target.'cfg(target_os = "linux")'.dependencies.xkbcommon]
version = "0.9"