# 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 = "2018" name = "usbip-device" version = "0.2.0" authors = ["Leon Tan "] description = "An implementation of usb-device on top of USBIP device." readme = "README.md" keywords = [ "no-std", "embedded", "usb", "usbip", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/Sawchord/usbip-device" [dependencies.bitflags] version = "1.3.2" default-features = false [dependencies.log] version = "0.4.17" default-features = false [dependencies.usb-device] version = "0.3.0" default-features = false [dev-dependencies.pretty_env_logger] version = "0.4.0" default-features = false [dev-dependencies.usbd-hid] version = "0.7.0" default-features = false [dev-dependencies.usbd-serial] version = "0.2.0" default-features = false