# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "webview_official" version = "0.2.0" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming ", "Serge Zaitsev "] description = "Official Webview-org Rust bindings, a tiny cross-platform library to render web-based GUIs for desktop applications" readme = "README.md" keywords = ["web", "gui", "desktop", "webkit"] categories = ["gui", "api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/tauri-apps/webview_rust" [lib] name = "webview_official" path = "src/lib.rs" [[example]] name = "sample" path = "examples/sample.rs" [dependencies.webview-official-sys] version = "0.1"