[features]
audit_token_from_pid = []
default = []
macos_10_15_1 = ["endpoint-sec-sys/macos_10_15_1"]
macos_10_15_4 = ["macos_10_15_1", "endpoint-sec-sys/macos_10_15_4"]
macos_11_0_0 = ["macos_10_15_4", "endpoint-sec-sys/macos_11_0_0"]
macos_11_3_0 = ["macos_11_0_0", "endpoint-sec-sys/macos_11_3_0"]
macos_12_0_0 = ["macos_11_3_0", "endpoint-sec-sys/macos_12_0_0"]
macos_13_0_0 = ["macos_12_0_0", "endpoint-sec-sys/macos_13_0_0"]
macos_13_3_0 = ["macos_13_0_0", "endpoint-sec-sys/macos_13_3_0"]
macos_14_0_0 = ["macos_13_3_0", "endpoint-sec-sys/macos_14_0_0"]
max = ["macos_14_0_0"]
[lib]
name = "endpoint_sec"
path = "src/lib.rs"
[package]
authors = ["HarfangLab Rust Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "High-level Rust wrappers around the Endpoint Security Framework"
documentation = "https://docs.rs/endpoint-sec"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "endpoint-sec"
readme = "README.md"
repository = "https://github.com/HarfangLab/endpoint-sec"
rust-version = "1.71"
version = "0.4.3"
[package.metadata.docs.rs]
features = ["max", "audit_token_from_pid"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
targets = ["x86_64-apple-darwin", "aarch64-apple-darwin"]
[target.'cfg(target_os = "macos")'.dependencies.endpoint-sec-sys]
version = "0.4.0"
[target.'cfg(target_os = "macos")'.dependencies.libc]
features = ["extra_traits"]
version = "0.2"
[target.'cfg(target_os = "macos")'.dependencies.mach2]
version = "0.4"
[target.'cfg(target_os = "macos")'.dependencies.static_assertions]
version = "1.1"
[target.'cfg(target_os = "macos")'.dev-dependencies.sysinfo]
version = "0.28"
[target.'cfg(target_os = "macos")'.dev-dependencies.trybuild]
version = "1.0"
[[test]]
name = "client"
path = "tests/client.rs"
[[test]]
name = "ui"
path = "tests/ui.rs"