[package]
name = "libbsd-sys"
version = "0.1.1"
categories = ["external-ffi-bindings", "no-std"]
documentation = "https://docs.rs/libbsd-sys"
edition = "2024"
exclude = [".github/**", ".gitignore"]
keywords = ["libbsd", "ffi", "strlcpy", "strlcat", "readpassphrase"]
license = "MIT OR Apache-2.0 OR ISC"
links = "bsd"
readme = "README.md"
repository = "https://github.com/mrdomino/libbsd-sys"
rust-version = "1.85"
description = "Raw FFI bindings to libbsd"
[features]
static = []
overlay = []
[dependencies]
libc = "0.2"
[build-dependencies]
pkg-config = "0.3"