# 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] name = "url_open" version = "0.0.2" authors = ["Marko Mijalkovic "] description = "Open URLs in the default browser" readme = "README.md" keywords = [ "url", "web", "browser", ] license = "MIT" repository = "https://github.com/overdrivenpotato/open-url" [dependencies.url] version = "2.1.0" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.8" features = ["shellapi"]