# 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 = "nwg-webview-ctrl" version = "0.1.2" authors = ["stuart_zhang "] description = "封装Microsoft Edge WebView2浏览器内核为Native Windows GUI (i.e. NWG crate)开发框架的WebView图形控件" readme = "README.md" keywords = [ "nwg", "nwd", "webview2", "edge", ] categories = [ "GUI", "API bindings", ] license = "MIT" repository = "https://github.com/stuartZhang/nwg-webview-ctrl" [dependencies.bitflags] version = "2.4.1" [dependencies.deferred-future] version = "0.1.5" features = ["local"] default-features = false [dependencies.futures] version = "0.3.28" default-features = false [dependencies.nwg] version = "1.0.12" features = ["frame"] default-features = false package = "native-windows-gui" [dependencies.webview2] version = "0.1.4" [dependencies.winapi] version = "0.3.9" default-features = false [dev-dependencies.clap] version = "4.4.8" features = ["derive"] [dev-dependencies.nwd] version = "1.0.3" package = "native-windows-derive" [dev-dependencies.nwg] version = "1.0.12" features = [ "high-dpi", "image-decoder", ] default-features = false package = "native-windows-gui"