summaryrefslogtreecommitdiff
path: root/database/Cargo.toml
blob: 662fd3689c7e443162e4ae2e9ae997cfcdfd5307 (plain)
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
[package]
name = "hagrid-database"
version = "0.1.0"
authors = ["Kai Michaelis <kai@sequoia-pgp.org>"]

[dependencies]
failure = "0.1.5"
sequoia-openpgp =  { version = "0.6", default-features = false }
multipart = "0"
log = "0"
rand = "0.6"
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
serde_json = "1.0"
time = "0.1"
tempfile = "3.0"
url = "1.6"
hex = "0.3"
base64 = "0.10"
pathdiff = "0.1"
idna = "0.1"
fs2 = "0.4"
walkdir = "2.2"

[lib]
name = "hagrid_database"
path = "src/lib.rs"