iterm2-client 0.2.1

Rust client for the iTerm2 scripting API (WebSocket + Protobuf)
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 = "2021"
rust-version = "1.75"
name = "iterm2-client"
version = "0.2.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client for the iTerm2 scripting API (WebSocket + Protobuf)"
homepage = "https://github.com/johnmorrow/iterm2-client"
readme = "README.md"
keywords = [
    "iterm2",
    "terminal",
    "macos",
    "websocket",
    "protobuf",
]
categories = [
    "api-bindings",
    "os::macos-apis",
]
license = "GPL-2.0-only"
repository = "https://github.com/johnmorrow/iterm2-client"

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "request_coverage_tests"
path = "tests/request_coverage_tests.rs"

[[test]]
name = "unit_tests"
path = "tests/unit_tests.rs"

[dependencies.futures-util]
version = "0.3"

[dependencies.prost]
version = "0.13"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "process",
    "sync",
    "time",
    "rt-multi-thread",
    "macros",
    "io-util",
]

[dependencies.tokio-tungstenite]
version = "0.26"

[dependencies.zeroize]
version = "1"
features = ["derive"]

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

[build-dependencies.prost-build]
version = "0.13"