usbip 0.8.0

A library to run USB/IP server
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 = "usbip"
version = "0.8.0"
authors = ["Jiajie Chen <c@jia.je>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to run USB/IP server"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jiegec/usbip"

[features]
default = []
serde = [
    "dep:serde",
    "rusb/serde",
]

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

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

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

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

[dependencies.log]
version = "0.4.17"

[dependencies.num-derive]
version = "0.4.2"

[dependencies.num-traits]
version = "0.2.15"

[dependencies.nusb]
version = "0.2.1"

[dependencies.rusb]
version = "0.9.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.tokio]
version = "1.22.0"
features = [
    "rt",
    "net",
    "io-util",
    "sync",
]

[dev-dependencies.env_logger]
version = "0.11.7"

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