blit-remote 0.27.1

Remote blit protocol, frame state, and callback DOM renderer
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 = "2024"
name = "blit-remote"
version = "0.27.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Remote blit protocol, frame state, and callback DOM renderer"
homepage = "https://blit.sh"
readme = false
license = "MIT"
repository = "https://github.com/indent-com/blit"

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

[dependencies.lz4_flex]
version = "0.13"
features = [
    "safe-encode",
    "safe-decode",
]
default-features = false

[dependencies.unicode-width]
version = "0.2"