[[bench]]
harness = false
name = "performance"
path = "benches/performance.rs"
[dependencies.active-win-pos-rs]
version = "0.9"
[dependencies.reqwest]
features = ["json"]
optional = true
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
optional = true
version = "1.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1.0"
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
[features]
default = ["devtools"]
devtools = ["reqwest", "tokio"]
[lib]
name = "browser_info"
path = "src/lib.rs"
[package]
authors = ["Katy / frkavka"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "api-bindings", "development-tools"]
description = "Cross-platform(planned) library retrieving active browser URL and detailed information"
documentation = "https://docs.rs/browser-info"
edition = "2024"
homepage = "https://github.com/frkavka/browser-info"
keywords = ["browser", "url", "automation", "window", "cross-platform"]
license = "MIT"
name = "browser-info"
readme = "README.md"
repository = "https://github.com/frkavka/browser-info"
version = "1.0.0"
[target.'cfg(target_os = "linux")'.dependencies]
[target.'cfg(target_os = "macos")'.dependencies.cocoa]
version = "0.25"
[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.10"
[target.'cfg(target_os = "macos")'.dependencies.core-graphics]
version = "0.23"
[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["winuser", "processthreadsapi", "psapi", "impl-default"]
version = "0.3"