# 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] name = "tauri-web-view" version = "0.6.2" authors = ["Boscop", "zxey ", "Sam Green "] exclude = ["examples/todo-ps/dist/**/*", "examples/elm-counter/index.html"] description = "Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications" readme = "README.md" keywords = ["web", "gui", "desktop", "electron", "webkit"] categories = ["gui", "web-programming", "api-bindings", "rendering", "visualization"] license = "MIT" repository = "https://github.com/Boscop/web-view" [lib] name = "web_view" [dependencies.boxfnonce] version = "0.1" [dependencies.tauri-webview-sys] version = "0.5" [dependencies.tinyfiledialogs] version = "3.3.9" [dependencies.urlencoding] version = "1.0" [dev-dependencies.actix-rt] version = "0.2" [dev-dependencies.actix-web] version = "1.0" [dev-dependencies.futures] version = "0.1" [dev-dependencies.grep] version = "0.2.4" [dev-dependencies.mime_guess] version = "2.0.1" [dev-dependencies.rust-embed] version = "5.1.0" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.walkdir] version = "2.3.1" [features] edge = ["tauri-webview-sys/edge"]