[package] name = "url_open" version = "0.0.2" authors = ["Marko Mijalkovic "] description = "Open URLs in the default browser" repository = "https://github.com/overdrivenpotato/open-url" readme = "README.md" keywords = ["url", "web", "browser"] license = "MIT" [dependencies] url = "2.1.0" [target.'cfg(target_os = "windows")'.dependencies] winapi = { version = "0.3.8", features = ["shellapi"] }