[[example]]
name = "ci_anti_debug"
path = "examples/ci_anti_debug.rs"
[[example]]
name = "ci_deny_attach"
path = "examples/ci_deny_attach.rs"
[features]
deep-detect = ["windows-sys/Win32_System_Threading", "windows-sys/Wdk_System_Threading", "windows-sys/Win32_System_Kernel"]
[lib]
name = "anti_debug"
path = "src/lib.rs"
[package]
authors = ["xuxiaocheng <2762267080@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An `is_debugger_present` detector for common platforms."
documentation = "https://docs.rs/anti-debug/"
edition = "2024"
keywords = ["anti-debugging"]
license = "MIT OR Apache-2.0"
name = "anti-debug"
readme = "README.md"
repository = "https://github.com/xuxiaocheng0201/anti-debug/"
rust-version = "1.85.0"
version = "0.3.0"
[target.'cfg(target_os = "android")'.dependencies.libc]
version = "~0.2"
[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "~0.2"
[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "~0.2"
[target.'cfg(target_os = "macos")'.dependencies.libproc]
version = "~0.14"
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
features = ["Win32_System_Diagnostics_Debug"]
version = "~0.61"