wl-mitmproxy 0.1.0

Wayland MITM proxy for rewriting protocol messages
# 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 = "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"]