# 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 = "antilysis" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "State-of-the-art dynamic analysis countering techniques on Windows" homepage = "https://github.com/percept-denigrate/antilysis" readme = "README.md" license = "MIT" repository = "https://github.com/percept-denigrate/antilysis" [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-gnu" targets = [ "x86_64-pc-windows-gnu", "x86_64-pc-windows-msvc", ] [lib] name = "antilysis" path = "src/lib.rs" [[example]] name = "test" path = "examples/test.rs" [dependencies.ntapi] version = "0.4.1" [dependencies.rdev] version = "0.5.3" [dependencies.sysinfo] version = "0.30.7" [dependencies.winapi] version = "0.3" features = [ "winbase", "processenv", "debugapi", "iphlpapi", "iptypes", ]