mx-remote 3.0.0

Client library for Pulse-Eight MatrixOS devices over UDP multicast/broadcast
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.79"
name = "mx-remote"
version = "3.0.0"
authors = ["Lars Op den Kamp <lars@opdenkamp-it.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client library for Pulse-Eight MatrixOS devices over UDP multicast/broadcast"
readme = "README.md"
keywords = [
    "pulse-eight",
    "matrixos",
    "hdmi",
    "av",
    "multicast",
]
categories = [
    "network-programming",
    "hardware-support",
    "multimedia",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/opdenkamp/mx-remote-rust"

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

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

[dependencies.getrandom]
version = "0.2"

[dependencies.if-addrs]
version = "0.15"

[dependencies.socket2]
version = "0.6"
features = ["all"]