aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 400011dcd0c6908efb841057ef95d781b7148131 (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
28
29
30
[package]
name = "geniza"
version = "0.1.0"
authors = ["Bryan Newbold <bnewbold@robocracy.org>"]
license = "GPL-3.0"

[dependencies]
rust-crypto = "^0.2"
integer-encoding = "^1.0"
clap = "2"
error-chain = "0.7"
env_logger = "0.3"
rand = "0.3"
protobuf = "1.3"
log = "0.3"
sodiumoxide = "0.0.16"
bit_field = "0.9"
bit-vec = "0.4.4"
data-encoding = "2.0"
chan = "0.1.20"
chan-signal = "0.3.1"

# Temporarily need to use github master instead of crates version to get a
# bugfix.
[dependencies.resolve]
git = "https://github.com/murarth/resolve"

[dev-dependencies]
tempdir = "0.3"
assert_cli = "0.5"