rs9p 0.3.0

Filesystems library using 9P2000.L protocol, an extended variant of 9P from Plan 9
Documentation
[dependencies.async-trait]
version = "0.1.89"

[dependencies.bitflags]
version = "2.10.0"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.bytes]
version = "1.10.1"

[dependencies.enum_primitive]
version = "0.1.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.log]
version = "0.4.28"

[dependencies.nix]
features = ["fs"]
version = "0.30.1"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.tokio]
features = ["full"]
version = "1.48.0"

[dependencies.tokio-stream]
version = "0.1.17"

[dependencies.tokio-util]
features = ["codec"]
version = "0.7.16"

[lib]
crate-type = ["rlib"]
name = "rs9p"
path = "src/lib.rs"

[package]
authors = ["Ryo Munakata (pfpacket) <afpacket@gmail.com>", "Steve Biedermann (hardliner66) <hardliner66@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "network-programming"]
description = "Filesystems library using 9P2000.L protocol, an extended variant of 9P from Plan 9"
documentation = "https://docs.rs/rs9p"
edition = "2024"
keywords = ["9p", "Plan9", "v9fs", "filesystem", "network"]
license-file = "LICENSE"
name = "rs9p"
readme = "README.md"
repository = "https://github.com/rs9p/rs9p"
version = "0.3.0"