hyprwire 0.2.1

A fast and consistent wire protocol for IPC
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 = "hyprwire"
version = "0.2.1"
build = "examples/build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast and consistent wire protocol for IPC"
readme = "README.md"
keywords = [
    "ipc",
    "wire-protocol",
    "hyprwire",
    "serialization",
]
categories = [
    "network-programming",
    "encoding",
]
license = "BSD-3-Clause"
repository = "https://git.r0chd.pl/r0chd/hyprwire-rs"

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

[[example]]
name = "basic-client"
path = "examples/basic/client.rs"

[[example]]
name = "basic-server"
path = "examples/basic/server.rs"

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

[[example]]
name = "calloop-client"
path = "examples/calloop/client.rs"

[[example]]
name = "calloop-server"
path = "examples/calloop/server.rs"

[[example]]
name = "fork"
path = "examples/fork/main.rs"

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

[dependencies.libffi]
version = "5.1.0"
default-features = false

[dependencies.log]
version = "0.4.29"
default-features = false

[dependencies.nix]
version = "0.31.1"
features = [
    "poll",
    "socket",
    "uio",
]
default-features = false

[dev-dependencies.calloop]
version = "0.14.4"

[dev-dependencies.env_logger]
version = "0.11.9"
default-features = false

[dev-dependencies.hyprwire-scanner]
version = "0.2.1"

[dev-dependencies.insta]
version = "1"

[build-dependencies.hyprwire-scanner]
version = "0.2.1"