extract-browser-url 0.1.2

extract browser URL
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"
rust-version = "1.90.0"
name = "extract-browser-url"
version = "0.1.2"
authors = ["flinglin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "extract browser URL"
homepage = "https://github.com/Flinglin/extract-browser-url"
documentation = "https://docs.rs/extract-browser-url"
readme = "README.md"
keywords = [
    "browser",
    "url",
    "window",
]
categories = [
    "os",
    "api-bindings",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Flinglin/extract-browser-url"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]

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

[dependencies.thiserror]
version = "~2.0"

[dependencies.uiautomation]
version = "~0.24"
features = ["process"]

[dependencies.windows]
version = "~0.62"
features = [
    "Win32_UI_WindowsAndMessaging",
    "Win32_System_Threading",
    "Win32_System_ProcessStatus",
]