vnfs 0.0.3

Vectorized NFS client API in Rust
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "vnfs"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vectorized NFS client API in Rust"
documentation = "https://docs.rs/vnfs"
readme = "README.md"
keywords = [
    "NFS",
    "vectorized",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vmingchen/vnfs"
resolver = "2"

[lib]
name = "vnfs"
path = "src/lib.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

[[test]]
name = "dummy_vecfs"
path = "tests/dummy_vecfs.rs"

[[test]]
name = "nfs"
path = "tests/nfs.rs"

[dependencies.libc]
version = "0.2"

[dependencies.libntirpc-sys]
version = "0.2.1"

[dependencies.nfsv41-sys]
version = "0.1.0"