# 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" rust-version = "1.77.2" name = "tauri-runtime-wry" version = "2.2.0" authors = ["Tauri Programme within The Commons Conservancy"] build = "build.rs" exclude = [ "CHANGELOG.md", "/target", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Wry bindings to the Tauri runtime" homepage = "https://tauri.app/" readme = "README.md" categories = [ "gui", "web-programming", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/tauri-apps/tauri" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "tauri_runtime_wry" path = "src/lib.rs" [dependencies.http] version = "1.1" [dependencies.log] version = "0.4" [dependencies.raw-window-handle] version = "0.6" [dependencies.tao] version = "0.30.6" features = ["rwh_06"] default-features = false [dependencies.tauri-runtime] version = "2.2.0" [dependencies.tauri-utils] version = "2.1.0" [dependencies.tracing] version = "0.1" optional = true [dependencies.url] version = "2" [dependencies.wry] version = "0.47" features = [ "drag-drop", "protocol", "os-webview", "linux-body", ] default-features = false [features] devtools = [ "wry/devtools", "tauri-runtime/devtools", ] macos-private-api = [ "wry/fullscreen", "wry/transparent", "tauri-runtime/macos-private-api", ] macos-proxy = ["wry/mac-proxy"] objc-exception = ["wry/objc-exception"] tracing = [ "dep:tracing", "wry/tracing", ] unstable = [] [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.gtk] version = "0.18" features = ["v3_24"] [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.percent-encoding] version = "2.1" [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.webkit2gtk] version = "=2.0" features = ["v2_40"] [target.'cfg(target_os = "android")'.dependencies.jni] version = "0.21" [target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit] version = "0.2.2" features = [ "block2", "NSApplication", "NSResponder", "NSView", "NSWindow", "NSGraphics", ] [target.'cfg(target_os = "macos")'.dependencies.objc2-foundation] version = "0.2.2" features = [] [target.'cfg(target_vendor = "apple")'.dependencies.objc2] version = "0.5.2" [target."cfg(windows)".dependencies.softbuffer] version = "0.4" default-features = false [target."cfg(windows)".dependencies.webview2-com] version = "0.33" [target."cfg(windows)".dependencies.windows] version = "0.58" features = [ "Win32_Foundation", "Win32_Graphics_Dwm", ]