crabtrap 0.1.0

Detect whether your app was launched from the terminal or from explorer/PowerToys in Windows
Documentation
[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Detect whether your app was launched from the terminal or from explorer/PowerToys in Windows"
edition = "2021"
homepage = "https://github.com/FrancescoLuzzi/crabtrap"
keywords = ["windows", "terminal", "application"]
license = "MIT OR Apache-2.0"
name = "crabtrap"
readme = "README.md"
repository = "https://github.com/FrancescoLuzzi/crabtrap"
version = "0.1.0"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_System_Diagnostics_ToolHelp"]
version = "0.58"