# 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 = "relaunch" version = "0.3.0" authors = ["Mark Friedenach "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Relaunch is a crate for bundling and relaunching macOS applications, in order to access OS features that are only available to app bundles and not command-line applications." homepage = "https://github.com/maaku/relaunch" readme = "README.md" keywords = [ "mac", "osx", "bundle", "objc", "appkit", ] categories = [ "os", "os::macos-apis", "api-bindings", "gui", ] license = "MPL-2.0" repository = "https://github.com/maaku/relaunch" [lib] name = "relaunch" path = "src/lib.rs" [[example]] name = "terminal" path = "examples/terminal.rs" required-features = ["winit"] [[example]] name = "winit" path = "examples/winit.rs" required-features = ["winit"] [[test]] name = "null" path = "tests/null.rs" [[test]] name = "simple" path = "tests/simple.rs" harness = false [dependencies.dirs] version = "5" [dependencies.winit] version = "0.30" optional = true [features] default = ["winit"] [target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen] version = "0.2.93" [target.'cfg(target_family = "wasm")'.dev-dependencies.wasm-bindgen-test] version = "0.3.43" [target.'cfg(target_os = "android")'.dependencies.android-activity] version = "0.6.0" features = ["game-activity"] [target.'cfg(target_os = "macos")'.dependencies.objc2] version = "0.5.2" [target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit] version = "0.2.2" features = [ "NSApplication", "NSResponder", ] [target.'cfg(target_os = "macos")'.dependencies.objc2-foundation] version = "0.2.2" features = [ "NSBundle", "NSString", "NSThread", ]