# 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" name = "debugoff" version = "0.2.2" authors = ["0xor0ne"] description = "Linux anti-analysis and anti-debugging Rust library" homepage = "https://github.com/0xor0ne/debugoff" documentation = "https://docs.rs/debugoff" readme = "README.md" keywords = [ "debugging", "anti-debugging", "anti-analysis", "obfuscation", ] categories = ["development-tools"] license = "GPL-3.0 OR MIT" repository = "https://github.com/0xor0ne/debugoff" [profile.release] debug = false panic = "abort" strip = "symbols" [dependencies.const-random] version = "0.1" [dependencies.crunchy] version = "0.2" [dependencies.goldberg] version = "0.1" optional = true [dependencies.unroll] version = "0.1" [features] obfuscate = ["goldberg"] syscallobf = []