aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: edb9f468bbcb5450eb91cc0be20e7f5b24f51675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "geniza"
version = "0.1.0"
authors = ["Bryan Newbold <bnewbold@robocracy.org>"]

[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"

[dev-dependencies]
tempdir = "0.3"

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