kmsvnc 0.2.9

A KMS/DRM-based VNC server for Linux
# 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 = "kmsvnc"
version = "0.2.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A KMS/DRM-based VNC server for Linux"
readme = "README.md"
license = "MIT"
repository = "https://github.com/signal-slot/kmsvnc"

[[bin]]
name = "kmsvnc"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.cipher]
version = "0.4"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.des]
version = "0.8"

[dependencies.drm]
version = "0.14"

[dependencies.drm-ffi]
version = "0.9"

[dependencies.drm-fourcc]
version = "2.2"

[dependencies.input-linux]
version = "0.7"

[dependencies.rand]
version = "0.9"

[dependencies.rustix]
version = "0.38"
features = ["mm"]

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "net",
    "io-util",
    "sync",
    "signal",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"