# 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 = "2021" name = "robius-open" version = "0.1.2" authors = [ "Klim Tsoutsman ", "Kevin Boos ", "Project Robius Maintainers", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust abstractions for opening URIs on multiple platforms" homepage = "https://robius.rs/" documentation = "https://docs.rs/robius-open" readme = "README.md" keywords = [ "robius", "URI", "open", "URL", "intent", ] categories = [ "os", "hardware-support", "api-bindings", ] license = "MIT" repository = "https://github.com/project-robius/robius-open" [lib] name = "robius_open" path = "src/lib.rs" [[example]] name = "mail" path = "examples/mail.rs" [[example]] name = "tel" path = "examples/tel.rs" [[example]] name = "web" path = "examples/web.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.log] version = "0.4" optional = true [features] android-result = [] default = ["android-result"] log = ["dep:log"] [target.'cfg(target_os = "android")'.dependencies.jni] version = "0.21.1" default-features = false [target.'cfg(target_os = "android")'.dependencies.robius-android-env] version = "0.2.0" [target.'cfg(target_os = "ios")'.dependencies.icrate] version = "0.1.0" features = [ "Foundation", "Foundation_NSString", "Foundation_NSURL", ] [target.'cfg(target_os = "ios")'.dependencies.objc2] version = "0.5.0" [target.'cfg(target_os = "macos")'.dependencies.icrate] version = "0.1.0" features = [ "AppKit", "AppKit_NSWorkspace", "Foundation", "Foundation_NSString", "Foundation_NSURL", ] [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.54.0" features = [ "Foundation", "System", ]