[package]
edition = "2024"
rust-version = "1.85"
name = "libbsd-sys"
version = "0.1.0"
build = "build.rs"
links = "bsd"
exclude = [
".github/**",
".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to libbsd"
readme = "README.md"
keywords = [
"libbsd",
"ffi",
"strlcpy",
"strlcat",
"readpassphrase",
]
categories = [
"external-ffi-bindings",
"no-std",
]
license = "MIT OR Apache-2.0 OR ISC"
[features]
overlay = []
static = []
[lib]
name = "libbsd_sys"
path = "src/lib.rs"
[dependencies.libc]
version = "0.2"
[build-dependencies.pkg-config]
version = "0.3"