mac-process 0.1.0

User-mode library for querying and verifying integrity of MacOS processes
# 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"
name = "mac-process"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "User-mode library for querying and verifying integrity of MacOS processes"
readme = "README.md"
keywords = [
    "macos",
    "process",
    "libproc",
]
categories = [
    "os::macos-apis",
    "api-bindings",
    "authentication",
]
license = "MIT"
repository = "https://github.com/khanhtranngoccva/mac-process"

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

[[test]]
name = "kproc_info"
path = "tests/kproc_info.rs"

[dependencies.crossbeam]
version = "0.8.4"
features = ["crossbeam-channel"]

[dependencies.dashmap]
version = "6.2.1"

[dependencies.digest]
version = "0.11.3"

[dependencies.kqueue]
version = "1.2.0"

[dependencies.libc]
version = "0.2.186"

[dependencies.mach2]
version = "0.6.0"

[dependencies.md-5]
version = "0.11.0"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.ref-cast]
version = "1.0.25"

[dependencies.rustix]
version = "1.1.4"
features = [
    "fs",
    "process",
]

[dependencies.sha2]
version = "0.11.0"

[dependencies.system_error]
version = "0.2.0"

[dev-dependencies.tempfile]
version = "3.27.0"

[build-dependencies.bindgen]
version = "0.72.1"
features = ["runtime"]
default-features = false