[package] name = "p9" version = "0.3.2" authors = ["The ChromiumOS Authors"] edition = "2021" license = "BSD-3-Clause" description = "Server implementation of the 9p file system protocol" repository = "https://github.com/google/rust-p9" [target.'cfg(unix)'.dependencies] libc = "0.2" serde = { version = "1.0", features = ["derive"] } p9_wire_format_derive = { path = "p9_wire_format_derive", version = "0.3.0" } [features] trace = [] [workspace] members = ["p9_wire_format_derive"]