forked from guibranco/holiday-api-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
29 lines (27 loc) · 850 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
[package]
name = "holiday_api_rust"
version = "0.3.2"
authors = ["Guilherme Branco Stracini <[email protected]>"]
edition = "2018"
description = "The Holiday API client wrapper written in Rust."
repository = "https://github.com/guibranco/holiday-api-rust.git"
homepage = "https://github.com/guibranco/holiday-api-rust"
keywords = ["rest", "client", "holiday", "holiday-api"]
categories = ["network-programming", "web-programming::http-client"]
readme = "README.md"
license = "MIT"
[badges]
appveyor = { repository = "guibranco/holiday-api-rust", branch = "master", service = "github" }
[dependencies]
dotenv = "0.11.0"
env_logger = "0.5.9"
futures = "0.1.0"
hyper = "0.11.25"
hyper-tls = "0.1.3"
log = "0.4.8"
prettytable-rs = "0.6.7"
serde = "1.0.42"
serde_derive = "1.0.42"
serde_json = "1.0.16"
tokio-core = "0.1.17"
url = "1.7.0"