open 1.2.2

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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "open"
version = "1.2.2"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "Open a path or URL using the program configured on the system"
documentation = "http://byron.github.io/open-rs"
keywords = ["open", "xdg-open", "start", "launch"]
license = "MIT"
repository = "https://github.com/Byron/open-rs"

[[bin]]
name = "open"
test = false
doc = false
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["shellapi"]