hypnus 0.2.0

Memory Obfuscation in Rust
Documentation
# 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 = "2024"
name = "hypnus"
version = "0.2.0"
authors = ["João Victor"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory Obfuscation in Rust"
homepage = "https://github.com/joaoviictorti/hypnus"
documentation = "https://docs.rs/hypnus/latest"
readme = "README.md"
keywords = [
    "memory",
    "obfuscation",
    "windows",
    "rust",
    "redteam",
]
categories = [
    "os",
    "security",
]
license = "MIT"
repository = "https://github.com/joaoviictorti/hypnus"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = [
    "x86_64-pc-windows-gnu",
    "x86_64-pc-windows-msvc",
]

[lib]
name = "hypnus"
path = "src/lib.rs"
doctest = false

[dependencies.anyhow]
version = "1.0.98"
default-features = false

[dependencies.dinvk]
version = "0.4.2"

[dependencies.memchr]
version = "2.7.4"
default-features = false

[dependencies.obfstr]
version = "0.4.4"

[dependencies.spin]
version = "0.10.0"
default-features = false

[dependencies.uwd]
version = "0.3.5"

[dependencies.windows-targets]
version = "0.53.4"