aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 904a794ce21179de3f4a32e5f175c5f3857e800a (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
[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"
resolve = "0.1.2"
data-encoding = "2.0"

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

[patch.crates-io]
sodiumoxide = { git = 'https://github.com/bnewbold/sodiumoxide-patched', branch = 'stream_xor_ic' }