nfsv41-sys 0.1.1

Bindings for the NFSv4.1 protocol structs and XDR codecs (nfsv41.h)
# 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 = "nfsv41-sys"
version = "0.1.1"
build = "build.rs"
links = "nfsv41"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for the NFSv4.1 protocol structs and XDR codecs (nfsv41.h)"
documentation = "https://docs.rs/nfsv41-sys"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/vmingchen/vnfs"
resolver = "2"

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

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

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

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

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

[build-dependencies.bindgen]
version = "0.72"