getargv-sys 0.5.12

FFI bindings for libgetargv on macOS
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 = "getargv-sys"
version = "0.5.12"
authors = ["CamJN <getargv@narzt.cam>"]
build = "build.rs"
links = "getargv"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings for libgetargv on macOS"
homepage = "https://getargv.narzt.cam/"
documentation = "https://docs.rs/getargv-sys"
readme = "README.md"
keywords = [
    "argv",
    "arguments",
    "macOS",
    "KERN_PROCARGS2",
    "sysctl",
]
categories = [
    "external-ffi-bindings",
    "os::macos-apis",
]
license = "BSD-3-Clause"
repository = "https://github.com/getargv/getargv-sys/"

[package.metadata.docs.rs]
targets = [
    "x86_64-apple-darwin",
    "aarch64-apple-darwin",
]

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

[build-dependencies.bindgen]
version = "~0.72.0"

[build-dependencies.goblin]
version = "~0.10.0"
features = [
    "mach64",
    "std",
]