rfb2 0.1.2

Implementation of the RFB protocol (RFC 6143), including a server implementation.
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 = "rfb2"
version = "0.1.2"
authors = [
    "Jordan Paige Hendricks <jordan@oxide.computer",
    "gkgoat",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of the RFB protocol (RFC 6143), including a server implementation."
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/portal-co/rfb2"

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

[[example]]
name = "example-server"
path = "examples/server.rs"

[dependencies.ascii]
version = "1.1"
default-features = false

[dependencies.async-trait]
version = "0.1.80"

[dependencies.bitflags]
version = "2.4"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures]
version = "0.3.30"

[dependencies.log]
version = "0.4.17"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.clap]
version = "4.5"
features = ["derive"]

[dev-dependencies.image]
version = "0.25.1"