[package]
edition = "2021"
name = "wl-mitmproxy"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wayland MITM proxy for rewriting protocol messages"
homepage = "https://github.com/5andr0/wl-mitmproxy"
documentation = "https://github.com/5andr0/wl-mitmproxy"
readme = "README.md"
keywords = [
"wayland",
"mitm",
"appid",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/5andr0/wl-mitmproxy"
[[bin]]
name = "wl-mitmproxy"
path = "src/main.rs"
[dependencies.clap]
version = "4.6.0"
features = [
"derive",
"env",
]
[dependencies.libc]
version = "0.2"
[dependencies.signal-hook]
version = "0.3"
[dependencies.wl-proxy]
version = "0.1.1"
features = ["protocol-xdg_shell"]