1[package] 2name = "fuse" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7[lib] 8path = "src/lib.rs" 9 10[dependencies] 11base = { path = "../base" } 12bitflags = "2.2.1" 13crossbeam-utils = "0.8" 14cros_tracing = { path = "../cros_tracing" } 15enumn = "0.1.0" 16libc = { version = "0.2", features = ["extra_traits"] } 17remain = "0.2" 18thiserror = "1.0.20" 19zerocopy = { version = "0.8.13", features = ["derive"] } 20