# 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.57" name = "millennium-runtime-webview" version = "1.0.0-beta.3" authors = [ "pyke.io", "Tauri Programme within The Commons Conservancy", ] exclude = [ ".license_template", "CHANGELOG.md", "/target", ] description = "Millennium Webview bindings to the Millennium runtime" homepage = "https://millennium.pyke.io/" readme = "README.md" categories = [ "gui", "web-programming", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/pykeio/millennium" [dependencies.millennium-runtime] version = "1.0.0-beta.3" [dependencies.millennium-utils] version = "1.0.0-beta.3" [dependencies.millennium-webview] version = "1.0.0-beta.3" features = [ "file-drop", "protocol", ] default-features = false [dependencies.rand] version = "0.8" [dependencies.uuid] version = "1" features = ["v4"] [features] clipboard = ["millennium-runtime/clipboard"] devtools = [ "millennium-webview/devtools", "millennium-runtime/devtools", ] dox = ["millennium-webview/dox"] global-shortcut = ["millennium-runtime/global-shortcut"] macos-private-api = [ "millennium-webview/fullscreen", "millennium-webview/transparent", "millennium-runtime/macos-private-api", ] objc-exception = ["millennium-webview/objc-exception"] system-tray = [ "millennium-runtime/system-tray", "millennium-webview/tray", ] [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gtk] version = "0.15" features = ["v3_20"] [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 = "0.18" features = ["v2_22"] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.cocoa] version = "0.24" [target."cfg(windows)".dependencies.webview2-com] version = "0.16.0" [target."cfg(windows)".dependencies.windows] version = "0.37.0" features = ["Win32_Foundation"]