open 5.3.4

Open a path or URL using the program configured on the system
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
rust-version = "1.62"
name = "open"
version = "5.3.4"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
build = false
include = [
    "src/**/*",
    "LICENSE.md",
    "README.md",
    "changelog.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open a path or URL using the program configured on the system"
readme = "README.md"
keywords = [
    "open",
    "xdg-open",
    "start",
    "launch",
]
license = "MIT"
repository = "https://github.com/Byron/open-rs"

[features]
shellexecute-on-windows = ["dep:dunce"]

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

[[bin]]
name = "open"
path = "src/main.rs"
test = false
doc = false

[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"

[target."cfg(windows)".dependencies.dunce]
version = "1"
optional = true