-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
24 lines (23 loc) · 847 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
[package]
name = "liru"
version = "0.1.6"
authors = ["Jimmie Elvenmark <flugsio@gmail.com>"]
repository = "https://github.com/flugsio/liru"
edition = "2018"
[dependencies]
log = "0.4.6" # https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md
fern = "0.6.1" # https://github.com/daboross/fern/blob/master/CHANGELOG.md
uuid = { version = "1.1.2", features = ["v4"] } # https://github.com/uuid-rs/uuid/releases
ws = { version = "0.9.2", features = ["ssl"] }
serde = "1.0.70"
serde_derive = "1.0.70"
serde_json = "1.0.24"
rustbox = "0.11.0"
time = { version = "0.3.10", features = ["formatting"] }
futures = "0.3"
hyper = { version = "0.14.19", features = ["client", "http1"] }
hyper-tls = "0.5.0"
tokio = { version = "1.19.2", features = ["full"] }
url = "2.2.2"
cookie = "0.17.0"
openssl = { version = "0.10", features = ["vendored"] }