# 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 = "webview_app" version = "1.0.0-beta.40" authors = ["Uwe Riegel "] build = false include = [ "src/**/*", "assets/**/*", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple integration of a web view in an application window for windows and linux similar to Electron" readme = "README.md" license = "MIT" repository = "https://github.com/uriegel/webview-app" [lib] name = "webview_app" path = "src/lib.rs" [dependencies.include_dir] version = "0.7.4" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [target.'cfg(target_os="linux")'.dependencies.adw] version = "0.7.1" features = ["v1_5"] package = "libadwaita" [target.'cfg(target_os="linux")'.dependencies.async-channel] version = "2.3.1" [target.'cfg(target_os="linux")'.dependencies.gtk] version = "0.9.3" features = ["v4_14"] package = "gtk4" [target.'cfg(target_os="linux")'.dependencies.webkit6] version = "0.4.0" [target.'cfg(target_os="windows")'.dependencies.webview2-com] version = "0.33.0" [target.'cfg(target_os="windows")'.dependencies.windows] version = "0.58" features = [ "Win32_Graphics_Gdi", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_UI_HiDpi", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging", ] [target.'cfg(target_os="windows")'.dependencies.windows-core] version = "0.58.0" [target.'cfg(target_os="windows")'.dependencies.windows-implement] version = "0.58" [target.'cfg(target_os="windows")'.dependencies.windows-interface] version = "0.58" [target.'cfg(target_os="windows")'.dependencies.windows-sys] version = "0.59" features = ["Win32_UI_Shell"]