1[package] 2name = "e2e_tests" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7[dev-dependencies] 8anyhow = "1" 9fixture = { path = "fixture" } 10libc = "0.2" 11net_util = {path = "../net_util"} 12rand = "0.8" 13tempfile = "3" 14prebuilts = { path = "../prebuilts" } 15base = { path = "../base" } 16swap = { path= "../swap" } 17serde_json = "1" 18 19[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies] 20net_sys = {path = "../net_sys"} 21 22[target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies] 23readclock = { path = "./guest_under_test/rootfs/readclock" } 24