# 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 = "wvwasi-wry" version = "0.35.0-wvwasi-0.2.0" authors = ["Tauri Programme within The Commons Conservancy"] description = "Cross-platform WebView rendering library" documentation = "https://docs.rs/wry" readme = "README.md" categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/defims/wry" [package.metadata.docs.rs] features = [ "file-drop", "protocol", "os-webview", ] no-default-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] targets = [ "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "x86_64-apple-darwin", ] [dependencies.http] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.raw-window-handle] version = "0.5" features = ["std"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.4" [dev-dependencies.http-range] version = "0.1.5" [dev-dependencies.pollster] version = "0.3.0" [dev-dependencies.tao] version = "0.24" features = ["rwh_05"] default-features = false [dev-dependencies.wgpu] version = "0.18.0" [dev-dependencies.winit] version = "0.29" features = ["rwh_05"] [build-dependencies.cfg_aliases] version = "0.1" [features] default = [ "file-drop", "objc-exception", "protocol", "os-webview", ] devtools = [] file-drop = [] fullscreen = [] linux-body = [ "webkit2gtk/v2_40", "os-webview", ] mac-proxy = [] objc-exception = ["objc/exception"] os-webview = [ "javascriptcore-rs", "webkit2gtk", "webkit2gtk-sys", "dep:gtk", "soup3", "x11-dl", "gdkx11", ] protocol = [] transparent = [] [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.block] version = "0.1" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.cocoa] version = "0.25" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.core-graphics] version = "0.23" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.objc] version = "0.2" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.objc_id] version = "0.1" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gdkx11] version = "0.18" optional = true [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gtk] version = "0.18" optional = true [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.javascriptcore-rs] version = "=1.1" features = ["v2_28"] optional = true [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.soup3] version = "0.5" optional = true [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_38"] optional = true [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.webkit2gtk-sys] version = "=2.0" optional = true [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.x11-dl] version = "2.9" optional = true [target."cfg(target_os = \"android\")".dependencies.base64] version = "0.21" [target."cfg(target_os = \"android\")".dependencies.crossbeam-channel] version = "0.5" [target."cfg(target_os = \"android\")".dependencies.html5ever] version = "0.26" [target."cfg(target_os = \"android\")".dependencies.jni] version = "0.21" [target."cfg(target_os = \"android\")".dependencies.kuchiki] version = "0.8" package = "kuchikiki" [target."cfg(target_os = \"android\")".dependencies.ndk] version = "0.7" [target."cfg(target_os = \"android\")".dependencies.ndk-context] version = "0.1" [target."cfg(target_os = \"android\")".dependencies.ndk-sys] version = "0.4" [target."cfg(target_os = \"android\")".dependencies.sha2] version = "0.10" [target."cfg(target_os = \"android\")".dependencies.tao-macros] version = "0.1.0" [target."cfg(target_os = \"windows\")".dependencies.dunce] version = "1" [target."cfg(target_os = \"windows\")".dependencies.webview2-com] version = "0.28" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.52" features = [ "implement", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_Com", "Win32_System_Com_StructuredStorage", "Win32_System_LibraryLoader", "Win32_System_Ole", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", "Win32_Globalization", "Win32_UI_HiDpi", "Win32_UI_Input", "Win32_UI_Input_KeyboardAndMouse", ] [target."cfg(target_os = \"windows\")".dependencies.windows-implement] version = "0.52" [target."cfg(target_os = \"windows\")".dependencies.windows-version] version = "0.1"