1[package] 2name = "usb_util" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7[dependencies] 8static_assertions = "1.1" 9data_model = { path = "../common/data_model" } 10libc = "0.2" 11remain = "0.2" 12thiserror = "1" 13base = { path = "../base" } 14usb_sys = { path = "../usb_sys" } 15sync = { path = "../common/sync" } 16zerocopy = { version = "0.7", features = ["derive"] } 17