-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
37 lines (35 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
25
26
27
28
29
30
31
32
33
34
35
36
37
[package]
name = "rust_opds"
version = "0.1.1"
authors = ["Giao Phan <[email protected]>"]
[dependencies]
argon2rs = "0.2.5"
base64 = "0.9.2"
chrono = "0.4.4"
env_logger = "0.5.10"
failure = "0.1.1"
futures = "0.1"
hyper = "0.12"
lazy_static = "1.0.1"
log = "0.4"
r2d2 = "0.8.2"
r2d2_sqlite = "0.5.0"
rand = "0.5.3"
regex = "1"
rusqlite = { version = "0.13.0", features = ["chrono", "bundled"] }
serde = "1.0"
serde_derive = "1.0"
serde-xml-rs = "0.2.1"
tokio-fs = "0.1.1"
tokio-io = "0.1.7"
tokio-threadpool = "0.1.5"
toml = "0.4"
unrar ={ git = "https://github.com/casret/unrar.rs"}
uuid = { version = "0.6", features = ["v4"] }
url = "1.7.0"
walkdir = "2"
xml-rs = "0.8"
zip = "0.4"
[patch.crates-io]
# Need the latest version of sqlite which is currently bundled only on the HEAD
rusqlite = { git = "https://github.com/jgallagher/rusqlite" }