open 5.3.1

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

[features]
shellexecute-on-windows = []

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

[package]
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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"
rust-version = "1.62"
version = "5.3.1"

[target."cfg(all(unix, not(macos)))".dependencies.pathdiff]
version = "0.2.0"

[target.'cfg(any(target_os = "linux", target_os = "android", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd", target_os = "illumos", target_os = "solaris", target_os = "aix", target_os = "hurd"))'.dependencies.is-wsl]
version = "0.4.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2"