vncrs 0.1.3

A pure Rust VNC server library for Windows
Documentation
# 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 = "vncrs"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure Rust VNC server library for Windows"
readme = "README.md"
keywords = [
    "vnc",
    "rfb",
    "screen-sharing",
    "remote-desktop",
    "server",
]
categories = [
    "network-programming",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/yourusername/vncrs"

[lib]
name = "vncrs"
path = "src/lib.rs"

[[example]]
name = "full_server"
path = "examples/full_server.rs"

[[example]]
name = "headless"
path = "examples/headless.rs"

[[example]]
name = "simple_server"
path = "examples/simple_server.rs"

[dependencies.cipher]
version = "0.4"

[dependencies.des]
version = "0.8"

[dependencies.enigo]
version = "0.6.1"

[dependencies.env_logger]
version = "0.11"

[dependencies.flate2]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.scrap]
version = "0.5.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.ctrlc]
version = "3.4"

[profile.release]
opt-level = 3
lto = true