forked from egg-mode-rs/egg-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
35 lines (32 loc) · 853 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
32
33
34
35
[package]
name = "egg-mode"
version = "0.10.0"
authors = ["QuietMisdreavus <[email protected]>"]
description = "Library to interact with the Twitter API"
documentation = "https://tonberry.quietmisdreavus.net/doc/egg_mode/"
repository = "https://github.com/QuietMisdreavus/twitter-rs"
keywords = ["twitter"]
categories = ["api-bindings"]
license = "MPL-2.0"
readme = "README.md"
[badges]
travis-ci = { repository = "QuietMisdreavus/twitter-rs" }
appveyor = { repository = "QuietMisdreavus/twitter-rs" }
[dependencies]
hyper = "0.11.2"
hyper-tls = "0.1.2"
native-tls = "0.1"
futures = "0.1.14"
tokio-core = "0.1.6"
url = "1.5.1"
rand = "0.3.16"
hmac = "0.4.2"
sha-1 = "0.4.1"
rustc-serialize = "0.3.24"
mime = "0.3.0"
chrono = "0.4.0"
regex = "0.1.80"
lazy_static = "0.2.8"
unicode-normalization = "0.1.5"
[dev-dependencies]
yaml-rust = "0.3.5"