flextrek 0.3.2

A super-easy, windows-only crate to get focused explorer location or selected files path using hotkey!
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 = "2021"
name = "flextrek"
version = "0.3.2"
authors = ["inintencunter <2911583893@qq.com>"]
build = false
include = [
    "readme.md",
    "src",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A super-easy, windows-only crate to get focused explorer location or selected files path using hotkey!"
homepage = "https://github.com/initialencounter/flextrek"
readme = "readme.md"
keywords = [
    "flextrek",
    "explorer",
    "hotkey",
    "explorer-select-file",
    "explorer-location",
]
license = "AGPL-3.0"
repository = "https://github.com/initialencounter/flextrek"

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

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

[dependencies.futures]
version = "0.3.34"

[dependencies.scopeguard]
version = "1.2.0"

[dependencies.tokio]
version = "1.53"
features = [
    "rt",
    "rt-multi-thread",
    "sync",
]

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Foundation",
    "Win32_UI_WindowsAndMessaging",
    "Win32_UI_Shell",
    "Win32_System_Com",
    "Win32_System_Ole",
    "Win32_System_Variant",
    "Win32_UI_Shell_Common",
    "Win32_UI_Input",
    "Win32_UI_Input_KeyboardAndMouse",
    "Win32_System_SystemServices",
    "Win32_System_Threading",
]