windows-troll 0.1.0

Modular Windows prank library
# 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 = "windows-troll"
version = "0.1.0"
authors = ["Abrudan Paul - Andrei <paulandreiabrudan@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modular Windows prank library"
readme = "README.md"
keywords = [
    "windows",
    "prank",
    "troll",
    "win32",
    "practical-joke",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"

[features]
default = [
    "window-hider",
    "mouse-teleporter",
    "window-party",
    "window-wobbler",
]
mouse-teleporter = [
    "dep:rand",
    "dep:windows",
]
window-hider = [
    "dep:rand",
    "dep:windows",
]
window-party = [
    "dep:rand",
    "dep:windows",
]
window-wobbler = [
    "dep:rand",
    "dep:windows",
]

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

[[bin]]
name = "windows-troll"
path = "src/main.rs"

[dependencies.clap]
version = "4"

[dependencies.rand]
version = "0.10.2"
optional = true

[dependencies.windows]
version = "0.62.2"
features = [
    "Win32_UI_WindowsAndMessaging",
    "Win32_Foundation",
    "Win32_Graphics_Gdi",
    "Win32_UI_Input_KeyboardAndMouse",
]
optional = true