browser-url 0.1.1

Cross-platform (planned) library retrieving active browser URL and information
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"
name = "browser-url"
version = "0.1.1"
authors = ["Krishna Vijaywargia"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform (planned) library retrieving active browser URL and information"
homepage = "https://github.com/KrishnaV2/browser-url"
documentation = "https://docs.rs/browser-url"
readme = "README.md"
keywords = [
    "browser",
    "url",
    "automation",
    "window",
    "cross-platform",
]
categories = [
    "os",
    "api-bindings",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/KrishnaV2/browser-url"

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

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[dependencies.active-win-pos-rs]
version = "0.9.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

[target.'cfg(target_os = "linux")'.dependencies]

[target.'cfg(target_os = "macos")'.dependencies]

[target."cfg(windows)".dependencies.uiautomation]
version = "0.24.3"