kitty-rc 0.5.0

A Rust library for controlling kitty terminal emulator via its remote control 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-rc"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for controlling kitty terminal emulator via its remote control protocol"
homepage = "https://github.com/rektide/kitty-rc-rs"
documentation = "https://docs.rs/kitty-rc"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rektide/kitty-rc-rs"

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

[[bin]]
name = "kitty-pubkey-db"
path = "src/bin/kitty-pubkey-db.rs"

[[bin]]
name = "kitty-rc"
path = "src/main.rs"

[[bin]]
name = "list-windows"
path = "src/bin/list_windows.rs"

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

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

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

[[example]]
name = "test-encrypted-simple"
path = "examples/test-encrypted-simple.rs"

[[example]]
name = "test-simple-command"
path = "examples/test-simple-command.rs"

[[example]]
name = "test_font"
path = "examples/test_font.rs"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.base85]
version = "2.0"

[dependencies.bon]
version = "3.5"

[dependencies.clap]
version = "4.0"
features = ["derive"]

[dependencies.rand_core]
version = "0.6"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.x25519-dalek]
version = "2.0"
features = ["static_secrets"]

[dependencies.xdg]
version = "3.0.0"