# 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" version = "0.2.2" authors = ["CamJN "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Correctly access another process' args on macOS" homepage = "https://getargv.narzt.cam/" documentation = "https://docs.rs/getargv" readme = "README.md" keywords = [ "argv", "arguments", "macOS", "KERN_PROCARGS2", "sysctl", ] categories = [ "api-bindings", "os::macos-apis", ] license = "BSD-3-Clause" repository = "https://github.com/getargv/getargv.rs/" [package.metadata.docs.rs] targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", ] [lib] name = "getargv" path = "src/lib.rs" [[bin]] name = "test_child" path = "src/bin/test_child.rs" [[example]] name = "getargv" path = "examples/getargv.rs" [[test]] name = "printing" path = "tests/printing.rs" [dependencies.libc] version = "~0.2.155" [dev-dependencies.clap] version = "~4.5.14" features = ["cargo"] [target.'cfg(target_vendor = "apple")'.dependencies.getargv-sys] version = "~0.5.5"