# 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 = "2021" rust-version = "1.77" name = "getargv-sys" version = "0.5.5" authors = ["CamJN "] build = "build.rs" links = "getargv" 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.69.4" [build-dependencies.goblin] version = "~0.8.0" features = [ "mach64", "std", ]