open 3.2.0

Open a path or URL using the program configured on the system
Documentation
[[bin]]
doc = false
name = "open"
test = false

[package]
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "Open a path or URL using the program configured on the system"
edition = "2018"
include = ["src/**/*", "LICENSE.md", "README.md", "changelog.md"]
keywords = ["open", "xdg-open", "start", "launch"]
license = "MIT"
name = "open"
readme = "README.md"
repository = "https://github.com/Byron/open-rs"
version = "3.2.0"
[target."cfg(all(unix, not(macos)))".dependencies.pathdiff]
version = "0.2.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_UI_Shell", "Win32_Foundation", "Win32_UI_WindowsAndMessaging"]
version = "0.42"