blit-server 0.27.2

blit terminal multiplexer server
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-server"
version = "0.27.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "blit terminal multiplexer server"
homepage = "https://blit.sh"
readme = false
license = "MIT"
repository = "https://github.com/indent-com/blit"

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

[dependencies.blit-alacritty]
version = "0.27.2"

[dependencies.blit-compositor]
version = "0.27.2"

[dependencies.blit-remote]
version = "0.27.2"

[dependencies.memchr]
version = "2"

[dependencies.openh264]
version = "0.6"

[dependencies.png]
version = "0.17"

[dependencies.rav1e]
version = "0.7"
default-features = false

[dependencies.ravif]
version = "0.11"
default-features = false

[dependencies.rgb]
version = "0.8"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.opus]
version = "0.3"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Foundation",
    "Win32_System_Console",
    "Win32_System_Threading",
    "Win32_Security",
    "Win32_Storage_FileSystem",
    "Win32_System_IO",
    "Win32_System_Pipes",
]