[badges.maintenance]
status = "passively-maintained"
[features]
dbus-vendored = ["dbus?/vendored"]
default = ["dbus-vendored"]
reveal = ["dep:url", "dep:dbus", "windows-sys/Win32_System_Com"]
[lib]
name = "opener"
path = "src/lib.rs"
[package]
authors = ["Brian Bowman <seeker14491@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["os"]
description = "Open a file or link using the system default program."
edition = "2021"
keywords = ["open", "default", "launcher", "browser"]
license = "MIT OR Apache-2.0"
name = "opener"
readme = "README.md"
repository = "https://github.com/Seeker14491/opener"
version = "0.7.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target.'cfg(target_os = "linux")'.dependencies.bstr]
version = "1"
[target.'cfg(target_os = "linux")'.dependencies.dbus]
optional = true
version = "0.9"
[target.'cfg(target_os = "linux")'.dependencies.url]
optional = true
version = "2"
[target."cfg(windows)".dependencies.normpath]
version = "1"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"]
version = "0.59"