[package]
edition = "2024"
name = "rsbrowsers"
version = "0.1.0-a2"
authors = ["Ronie Martinez <ronmarti18@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Find and launch browsers."
homepage = "https://github.com/roniemartinez/rsbrowsers"
readme = "README.md"
keywords = [
"browser",
"launcher",
]
categories = [
"config",
"development-tools",
]
license = "MIT"
repository = "https://github.com/roniemartinez/rsbrowsers"
[lib]
name = "rsbrowsers"
path = "src/lib.rs"
[dependencies.glob]
version = "0.3.2"
[dependencies.serde]
version = "1.0.219"
features = ["derive"]
[target.'cfg(any(target_os = "windows", target_os = "linux"))'.dependencies.phf]
version = "0.11.2"
features = ["macros"]
[target.'cfg(target_os = "linux")'.dependencies.freedesktop-desktop-entry]
version = "0.5.2"
[target.'cfg(target_os = "linux")'.dependencies.lazy_static]
version = "1.4.0"
[target.'cfg(target_os = "linux")'.dependencies.regex]
version = "1.10.5"
[target.'cfg(target_os = "macos")'.dependencies.plist]
version = "1.6.1"
[target.'cfg(target_os = "windows")'.dependencies.pelite]
version = "0.10.0"
[target.'cfg(target_os = "windows")'.dependencies.winreg]
version = "0.55.0"