rusbmux 0.1.0

a pluggable usbmuxd rewrite in rust that can be used as non-daemon
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 = "rusbmux"
version = "0.1.0"
authors = ["Abdullah Al-Banna"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a pluggable usbmuxd rewrite in rust that can be used as non-daemon"
homepage = "https://github.com/abdullah-albanna/rusbmux"
documentation = "https://docs.rs/rusbmux"
readme = false
keywords = [
    "apple",
    "usb",
    "usbmuxd",
]
license = "MIT"

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

[[bin]]
name = "rusbmux"
path = "src/main.rs"

[dependencies.bytemuck]
version = "1"

[dependencies.plist]
version = "1.8.0"

[dependencies.plist-macro]
version = "0.1"

[dependencies.rusb]
version = "0.9"