[build-dependencies.cc]
optional = true
version = "1"
[build-dependencies.pavao-src]
optional = true
version = "4.22.0-1"
[build-dependencies.pkg-config]
version = "0.3"
[dependencies.libc]
version = "^0.2"
[features]
vendored = ["dep:cc", "dep:pavao-src"]
[lib]
name = "pavao_sys"
path = "src/lib.rs"
[package]
authors = ["Christian Visintin <christian.visintin@veeso.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "network-programming"]
description = "ffi bindings for libsmbclient. Use Pavao to access Samba shares from Rust."
documentation = "https://docs.rs/pavao-sys"
edition = "2021"
homepage = "https://github.com/veeso/pavao"
include = ["src/**/*", "build.rs", "../docs/**/*", "../LICENSE", "../README.md", "../CHANGELOG.md"]
keywords = ["smb", "samba", "network-protocol", "smb2", "smb3"]
license = "GPL-3.0"
links = "smbclient"
name = "pavao-sys"
readme = "README.md"
repository = "https://github.com/veeso/pavao"
rust-version = "1.78.0"
version = "0.2.13"