forked from egg-mode-rs/egg-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
34 lines (32 loc) · 871 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
[package]
name = "egg-mode"
version = "0.12.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.4"
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"
mime = "0.3.0"
chrono = { version = "0.4.0", features = ["serde"] }
regex = "0.1.80"
lazy_static = "0.2.8"
serde = "1.0.27"
serde_json = "1.0.9"
serde_derive = "1.0.27"
base64 = "0.9.0"