tauri-runtime-cef 3.0.0-alpha.1

Tauri runtime interface for Chromium Embedded Framework
# 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 = "2024"
rust-version = "1.95"
name = "tauri-runtime-cef"
version = "3.0.0-alpha.1"
authors = ["Tauri Programme within The Commons Conservancy"]
build = "build.rs"
links = "tauri_runtime_cef"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri runtime interface for Chromium Embedded Framework"
homepage = "https://tauri.app/"
readme = false
categories = [
    "gui",
    "web-programming",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/tauri-apps/tauri"
resolver = "2"

[features]
default = []
devtools = [
    "tauri-runtime/devtools",
    "tauri/devtools",
]
macos-private-api = [
    "tauri-runtime/macos-private-api",
    "tauri/macos-private-api",
]
unstable = ["tauri/unstable"]

[lib]
name = "tauri_runtime_cef"
path = "src/lib.rs"

[[test]]
name = "macos-application-bootstrap"
path = "tests/macos-application-bootstrap.rs"
harness = false

[dependencies.base64]
version = "0.22"

[dependencies.cef]
version = "=152.3.0"
features = [
    "build-util",
    "linux-x11",
]

[dependencies.cef-dll-sys]
version = "=152.3.0"
default-features = false

[dependencies.dioxus-debug-cell]
version = "0.1"

[dependencies.dirs]
version = "6"

[dependencies.html5ever]
version = "0.29"

[dependencies.http]
version = "1"

[dependencies.kuchiki]
version = "0.8.8-speedreader"
package = "kuchikiki"

[dependencies.log]
version = "0.4.21"

[dependencies.raw-window-handle]
version = "0.6"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tauri]
version = "3.0.0-alpha.1"
features = ["gtk4"]
default-features = false

[dependencies.tauri-macros]
version = "~3.0.0-alpha.0"

[dependencies.tauri-runtime]
version = "~3.0.0-alpha.0"

[dependencies.tauri-utils]
version = "~3.0.0-alpha.0"
features = ["html-manipulation"]

[dependencies.url]
version = "2"

[dependencies.winit]
version = "0.31.0-beta.3"
features = ["gtk4"]
default-features = false
package = "tauri-winit"

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.dlopen2]
version = "0.8"
features = ["derive"]

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.gtk]
version = "0.11.4"
package = "gtk4"

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.libc]
version = "0.2"

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.x11-dl]
version = "2.21"

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
version = "0.3"
features = [
    "NSApplication",
    "NSBezierPath",
    "NSColor",
    "NSControl",
    "NSDockTile",
    "NSEvent",
    "NSImage",
    "NSImageView",
    "NSProgressIndicator",
    "NSResponder",
    "NSRunningApplication",
    "NSScreen",
    "NSView",
    "NSWindow",
    "block2",
    "objc2-core-graphics",
    "objc2-quartz-core",
]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.objc2-application-services]
version = "0.3"
features = [
    "HIServices",
    "Processes",
]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.objc2-core-foundation]
version = "0.3"
features = [
    "CFRunLoop",
    "std",
]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3"
features = [
    "NSArray",
    "NSDate",
    "NSLocale",
    "NSNotification",
    "NSObject",
    "NSValue",
    "NSRunLoop",
    "NSString",
    "NSThread",
    "NSTimer",
    "NSURL",
]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.objc2-quartz-core]
version = "0.3"
features = [
    "CALayer",
    "objc2-core-graphics",
]
default-features = false

[target."cfg(windows)".dependencies.softbuffer]
version = "0.4"
default-features = false

[target."cfg(windows)".dependencies.windows]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Graphics_Dwm",
    "Win32_Graphics_Gdi",
    "Win32_System_Com",
    "Win32_Globalization",
    "Win32_System_LibraryLoader",
    "Win32_UI_Input_KeyboardAndMouse",
    "Win32_UI_Shell",
    "Win32_UI_WindowsAndMessaging",
]