-
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) · 777 Bytes
/
Cargo.toml
File metadata and controls
26 lines (25 loc) · 777 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 = "dlist-top"
version = "0.1.0"
authors = ["Jakub <jakub@cubepotato.eu>"]
edition = "2018"
repository = "https://github.com/dlist-top/client-rs"
homepage = "https://github.com/dlist-top/client-rs"
description = "Official DList.top client for Rust"
readme = "README.md"
license-file = "LICENSE"
[dependencies]
tungstenite = "0.14.0"
tokio-tungstenite = { version = "0.15.0", features = ["rustls-tls"] }
url = "2.2.2"
tokio = { version = "1.9.0", features = ["full"] }
futures-util = "0.3.16"
futures-channel = "0.3.16"
serde_json = "1.0.64"
serde = { version = "1.0.126", features = ["derive"] }
serde_repr = "0.1.7"
chrono = { version = "0.4.19", features = ["serde"] }
async-trait = "0.1.50"
error-chain = "0.12.4"
tracing = "0.1.23"
tracing-subscriber = "0.2"