# 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" name = "usbip" version = "0.7.1" authors = ["Jiajie Chen "] description = "A library to run USB/IP server" readme = "README.md" license = "MIT" repository = "https://github.com/jiegec/usbip" [dependencies.log] version = "0.4.17" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.15" [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.9.0" [dev-dependencies.tokio] version = "1.22.0" features = ["full"] [features] default = [] serde = [ "dep:serde", "rusb/serde", ]