open_with 0.1.0

Provides a multiplatform invocation interface to the native open-with interface for files.
Documentation
[package]
authors = ["Stephen Gibbel <steve@gibbel.us>"]
description = "Provides a multiplatform invocation interface to the native open-with interface for files."
documentation = "https://docs.rs/open_with/latest/"
edition = "2021"
homepage = "https://github.com/longmathemagician/open_with"
keywords = ["open", "open-with", "file"]
license = "Apache-2.0"
name = "open_with"
readme = "README.md"
repository = "https://github.com/longmathemagician/open_with"
version = "0.1.0"
[target."cfg(target_os = \"linux\")".dependencies.dbus]
version = "0.9.7"
[target."cfg(target_os = \"macos\")".dependencies.osascript]
version = "0.3.0"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["shellapi", "combaseapi"]
version = "0.3.9"