forked from datrs/hypercore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
39 lines (36 loc) · 916 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
38
39
[package]
name = "hypercore"
version = "0.6.1-alpha.0"
license = "MIT OR Apache-2.0"
description = "Secure, distributed, append-only log"
documentation = "https://docs.rs/hypercore"
repository = "https://github.com/datrs/hypercore"
readme = "README.md"
authors = ["Yoshua Wuyts <[email protected]>"]
[dependencies]
blake2-rfc = "0.2.18"
byteorder = "1.2.2"
ed25519-dalek = "0.6.2"
failure = "0.1.2"
flat-tree = "3.3.0"
lazy_static = "1.0.0"
memory-pager = "0.4.5"
merkle-tree-stream = "0.5.0"
pretty-hash = "0.2.0"
rand = "0.5.5"
random-access-disk = "0.4.0"
random-access-memory = "0.3.0"
random-access-storage = "0.4.0"
sha2 = "0.7.1"
sleep-parser = "0.4.0"
sparse-bitfield = "0.4.0"
tree-index = "0.4.0"
davros = "0.0.0"
curve25519-dalek = "0.19.0"
[dependencies.redschnorr]
path = "../redschnorr"
[dev-dependencies]
quickcheck = "0.6.2"
data-encoding = "2.1.1"
remove_dir_all = "0.5.1"
tempfile = "3.0.3"