# 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 = "2018" name = "tauri-webview2" version = "0.1.2" authors = ["Yin Guanhao "] description = "Rust bindings for WebView2" license = "MIT" repository = "https://github.com/sopium/webview2" resolver = "2" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"] [lib] name = "webview2" [dependencies.com] version = "0.2.0" [dependencies.once_cell] version = "1.3.1" [dependencies.webview2-sys] version = "0.1.0" [dependencies.widestring] version = "0.4.0" [dependencies.winapi] version = "0.3.8" features = ["combaseapi", "shellapi", "winerror"] [dev-dependencies.native-windows-gui] version = "1.0.4" features = ["high-dpi"] [dev-dependencies.winapi] version = "0.3.9" features = ["libloaderapi"] [dev-dependencies.winit] version = "0.24.0"