1[package] 2name = "tube_transporter" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7 8[dependencies] 9base = { path = "../base" } 10rand = "0.8" 11thiserror = "1.0.20" 12serde = { version = "1", features = [ "derive" ] } 13serde_json = "1" 14 15[target.'cfg(windows)'.dependencies] 16win_util = { path = "../win_util"} 17winapi = "0.3" 18