[package] name = "kittygfx" version = "0.1.1" description = "Rendering-agnostic implementation of the Kitty terminal graphics protocol" edition.workspace = true rust-version.workspace = true authors.workspace = true repository.workspace = true license.workspace = true keywords = ["terminal", "kitty", "graphics", "protocol"] categories = ["parser-implementations", "command-line-interface"] readme = "README.md" # Not on crates.io yet, by decision (2026-08-06). Consumers take it as a git # dependency on makenot.work/git/max/shop. The keywords and categories above are # kept for the eventual release; the name was picked for the registry. publish = false [lints] workspace = true [dependencies] base64 = { workspace = true } tracing = { workspace = true }