busywork 0.1.0

Sleep replacement that executes real, varied work to break behavioral pattern matching
# 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 = "busywork"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sleep replacement that executes real, varied work to break behavioral pattern matching"
readme = "README.md"
keywords = [
    "sleep",
    "evasion",
    "pattern-breaking",
    "winapi",
    "busywork",
]
categories = ["os::windows-apis"]
license = "MIT"
repository = "https://github.com/PatchRequest/BusyWork"

[features]
cat-compute = [
    "dep:sha2",
    "dep:md-5",
    "dep:flate2",
]
cat-crypto = [
    "dep:windows",
    "windows/Win32_Security_Cryptography",
    "windows/Win32_Foundation",
]
cat-filesystem = []
cat-memory = []
cat-network = []
cat-registry = [
    "dep:windows",
    "windows/Win32_System_Registry",
    "windows/Win32_Foundation",
]
cat-winapi = [
    "dep:windows",
    "windows/Win32_UI_WindowsAndMessaging",
    "windows/Win32_System_Diagnostics_ToolHelp",
    "windows/Win32_System_SystemInformation",
    "windows/Win32_System_DataExchange",
    "windows/Win32_Foundation",
    "windows/Win32_System_Threading",
    "windows/Win32_Storage_FileSystem",
    "windows/Win32_System_Memory",
    "windows/Win32_System_LibraryLoader",
]
default = [
    "cat-compute",
    "cat-memory",
    "cat-filesystem",
    "cat-registry",
    "cat-winapi",
    "cat-network",
    "cat-crypto",
]

[lib]
name = "busywork"
path = "src/lib.rs"

[[test]]
name = "bench"
path = "tests/bench.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[dependencies.bitflags]
version = "2"

[dependencies.flate2]
version = "1"
optional = true

[dependencies.md-5]
version = "0.10"
optional = true

[dependencies.rand]
version = "0.8"

[dependencies.sha2]
version = "0.10"
optional = true

[dependencies.windows]
version = "0.58"
optional = true