forked from Boscop/web-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
32 lines (28 loc) · 914 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "web-view"
version = "0.6.0"
authors = ["Boscop", "zxey <[email protected]>", "Sam Green <[email protected]>"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/Boscop/web-view"
description = "Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications"
keywords = ["web", "gui", "desktop", "electron", "webkit"]
categories = ["gui", "web-programming", "api-bindings", "rendering", "visualization"]
exclude = ["examples/todo-ps/dist/**/*", "examples/elm-counter/index.html"]
[dependencies]
urlencoding = "1.0"
webview-sys = { path = "webview-sys", version = "0.4" }
boxfnonce = "0.1"
[features]
edge = ["webview-sys/edge"]
[dev-dependencies]
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
actix-web = "1.0"
actix-rt = "0.2"
rust-embed = "5.1.0"
mime_guess = "2.0.1"
futures = "0.1"
grep = "0.2.4"
walkdir = "2.3.1"