# 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.70" name = "endpoint-sec" version = "0.4.1" authors = ["HarfangLab Rust Team"] description = "High-level Rust wrappers around the Endpoint Security Framework" documentation = "https://docs.rs/endpoint-sec" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/HarfangLab/endpoint-sec" [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", ] [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"] [target."cfg(target_os = \"macos\")".dependencies.endpoint-sec-sys] version = "0.4.0" [target."cfg(target_os = \"macos\")".dependencies.libc] version = "0.2" features = ["extra_traits"] [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"