-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (30 loc) · 1.01 KB
/
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
32
[package]
name = "intray"
version = "0.3.3"
edition = "2018"
authors = ["Hung-I Wang <whygowe@gmail.com>"]
license-file = "LICENSE"
description = "An intray to facilitate collecting files."
repository = "https://github.com/Gowee/intray"
categories = ["command-line-utilities", "web-programming::http-server"]
[dependencies]
tide = { git = "https://github.com/rustasync/tide.git" }
serde = "1.0"
serde_json = "1.0"
rust-embed = "5.1"
mime_guess = "2.0.1"
tokio = "0.1"
futures-preview = {version = "0.3.0-alpha.18", features = ["compat", "io-compat"]}
#chrono = "0.4"
uuid = { version = "0.7", features = ["v4", "serde"] }
bytes = "0.4"
env_logger = "0.7"
log = "0.4"
structopt = "0.3"
lazy_static = "1"
failure = "0.1"
base64 = "0.10"
[patch.crates-io]
http-service = { git = "https://github.com/rustasync/http-service", branch = "master" }
http-service-hyper = { git = "https://github.com/rustasync/http-service", branch = "master" }
#http-service-mock = { git = "https://github.com/rustasync/http-service", branch = "master" }