anti-debugging 0.0.0

Tools to detect and avoid debugging
[dependencies.obfstr]
version = "0.3"

[package]
authors = ["Jesus Hernandez <jesushdez@protonmail.com>"]
categories = ["development-tools"]
description = "Tools to detect and avoid debugging"
edition = "2018"
exclude = [".github/**", ".vscode/**"]
keywords = ["anti-debugging", "debugging", "protected"]
license = "Unlicense"
name = "anti-debugging"
readme = "README.md"
repository = "https://github.com/jhg/anti-debugging-rs/"
version = "0.0.0"
[target."cfg(all(target_arch = \"x86_64\", target_os = \"windows\"))".dependencies.winapi]
features = ["debugapi"]
version = "0.3"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2"
[target."cfg(target_family = \"unix\")".dependencies.ptrace]
version = "0.1"