[package] name = "cros_async" version = "0.1.0" authors = ["The Chromium OS Authors"] edition = "2018" [dependencies] async-trait = "0.1.36" io_uring = { path = "../io_uring" } libc = "*" paste = "1.0" pin-utils = "0.1.0-alpha.4" sys_util = { path = "../sys_util" } syscall_defines = { path = "../syscall_defines" } slab = "0.4" thiserror = "1.0.20" [dependencies.futures] version = "*" default-features = false features = ["alloc"] [dev-dependencies] tempfile = { path = "../tempfile" } vm_memory = { path = "../vm_memory" }