-
Notifications
You must be signed in to change notification settings - Fork 5
/
Cargo.toml
37 lines (36 loc) · 903 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 = "oration"
version = "0.1.0"
authors = ["Tim DuBois <[email protected]>"]
[dependencies]
dotenv = "0.13"
rand = "0.5"
rocket = "0.3"
rocket_codegen = "0.3"
rocket_contrib = "0.3"
diesel = { version = "1.3", features = ["sqlite","chrono"] }
r2d2-diesel = "1.0"
r2d2 = "0.8"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
bincode = "1.0"
error-chain = "0.12"
log = "0.4"
yansi = "0.4"
serde_yaml = "0.7"
chrono = { version = "0.4", features = ["serde"] }
reqwest = "0.8"
argon2rs = { version = "0.2", features = ["simd"] }
rust-crypto = "^0.2"
itertools = "0.7"
petgraph = "0.4"
lettre = "0.8"
lettre_email = "0.8"
lazy_static = "1.0"
regex = "1.0"
bloomfilter = "0.0.12"
# Packages below are needed for static production builds.
openssl-sys = "0.9"
openssl-probe = "0.1"
libsqlite3-sys = { version = "0.9.1", features = ["bundled"] } #This needs to match the current diesel build