libbsd-sys 0.1.1

Raw FFI bindings to libbsd
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.85"
name = "libbsd-sys"
version = "0.1.1"
build = "build.rs"
links = "bsd"
exclude = [
    ".github/**",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to libbsd"
documentation = "https://docs.rs/libbsd-sys"
readme = "README.md"
keywords = [
    "libbsd",
    "ffi",
    "strlcpy",
    "strlcat",
    "readpassphrase",
]
categories = [
    "external-ffi-bindings",
    "no-std",
]
license = "MIT OR Apache-2.0 OR ISC"
repository = "https://github.com/mrdomino/libbsd-sys"

[features]
overlay = []
static = []

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

[dependencies.libc]
version = "0.2"

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