forked from koute/cargo-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (25 loc) · 689 Bytes
/
Cargo.toml
File metadata and controls
26 lines (25 loc) · 689 Bytes
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
[package]
name = "cargo-web"
version = "0.2.3"
authors = ["Jan Bujak <j@exia.io>"]
repository = "https://github.com/koute/cargo-web"
homepage = "https://github.com/koute/cargo-web"
license = "MIT/Apache-2.0"
readme = "README.md"
description = "A Cargo subcommand for the client-side Web"
keywords = ["cargo", "subcommand", "web", "asmjs", "webasm"]
categories = ["development-tools", "development-tools::cargo-plugins", "web-programming"]
[dependencies]
clap = "2"
notify = "3"
tempdir = "0.3"
rouille = { version = "1", default-features = false }
cargo-shim = "0.1"
hyper = "0.10"
hyper-rustls = "0.3"
pbr = "1"
app_dirs = "^1.1"
libflate = "0.1"
tar = "0.4"
sha2 = "0.5"
digest = "0.5"