pavao-sys 0.3.1

ffi bindings for libsmbclient. Use Pavao to access Samba shares from Rust.
Documentation
# 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"
rust-version = "1.88.0"
name = "pavao-sys"
version = "0.3.1"
authors = ["Christian Visintin <christian.visintin@veeso.dev>"]
build = "build.rs"
links = "smbclient"
include = [
    "src/**/*",
    "build.rs",
    "../docs/**/*",
    "../LICENSE",
    "../README.md",
    "../CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ffi bindings for libsmbclient. Use Pavao to access Samba shares from Rust."
homepage = "https://github.com/veeso/pavao"
documentation = "https://docs.rs/pavao-sys"
readme = "README.md"
keywords = [
    "samba",
    "smb",
    "smb1",
    "smb2",
    "smb3",
]
categories = [
    "external-ffi-bindings",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/veeso/pavao"

[features]
abi-0-6 = []
abi-0-8 = ["abi-0-6"]
vendored = [
    "abi-0-8",
    "dep:cc",
    "dep:pavao-src",
]

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

[dependencies.libc]
version = "0.2"

[dev-dependencies.serial_test]
version = "3"

[build-dependencies.cc]
version = "1"
optional = true

[build-dependencies.pavao-src]
version = "4"
optional = true

[build-dependencies.pkg-config]
version = "0.3"