kitty-graphics-protocol 0.1.0

A Rust library for the Kitty terminal graphics protocol
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 = "kitty-graphics-protocol"
version = "0.1.0"
authors = ["Darkiiiiiice"]
build = false
exclude = [
    "/benches/",
    "/examples/",
    "/.github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for the Kitty terminal graphics protocol"
homepage = "https://github.com/Darkiiiiiice/kitty-graphics-protocol-rs"
documentation = "https://docs.rs/kitty-graphics-protocol"
readme = "README.md"
keywords = [
    "kitty",
    "terminal",
    "graphics",
    "image",
    "protocol",
]
categories = [
    "command-line-interface",
    "graphics",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/Darkiiiiiice/kitty-graphics-protocol-rs"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.thiserror]
version = "2.0.11"

[dev-dependencies.criterion]
version = "0.5.1"
features = ["html_reports"]

[dev-dependencies.rand]
version = "0.9.0"

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