vissue-control 0.10.0

JSON-RPC control wire for the vissue Unix socket: paths, framing, and typed methods
Documentation
[package]
name = "vissue-control"
description = "JSON-RPC control wire for the vissue Unix socket: paths, framing, and typed methods"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true

[lints]
workspace = true

[dependencies]
serde.workspace = true
serde_json.workspace = true
vissue-core.workspace = true

[target.'cfg(unix)'.dependencies]
nix = { version = "0.31", default-features = false, features = ["socket", "user"] }

[dev-dependencies]
tempfile.workspace = true