hypercore 0.8.1

Secure, distributed, append-only log
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "hypercore"
version = "0.8.1"
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
description = "Secure, distributed, append-only log"
documentation = "https://docs.rs/hypercore"
readme = "README.md"
keywords = ["dat", "p2p", "stream", "feed", "merkle"]
categories = ["asynchronous", "concurrency", "cryptography", "data-structures", "encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/datrs/hypercore"
[dependencies.blake2-rfc]
version = "0.2.18"

[dependencies.byteorder]
version = "1.2.6"

[dependencies.ed25519-dalek]
version = "0.8.1"

[dependencies.failure]
version = "0.1.2"

[dependencies.flat-tree]
version = "3.4.0"

[dependencies.lazy_static]
version = "1.1.0"

[dependencies.memory-pager]
version = "0.8.0"

[dependencies.merkle-tree-stream]
version = "0.7.0"

[dependencies.pretty-hash]
version = "0.4.0"

[dependencies.rand]
version = "0.5.5"

[dependencies.random-access-disk]
version = "0.6.0"

[dependencies.random-access-memory]
version = "0.5.0"

[dependencies.random-access-storage]
version = "0.6.0"

[dependencies.sha2]
version = "0.7.1"

[dependencies.sleep-parser]
version = "0.7.0"

[dependencies.sparse-bitfield]
version = "0.8.1"

[dependencies.tree-index]
version = "0.5.0"
[dev-dependencies.data-encoding]
version = "2.1.1"

[dev-dependencies.quickcheck]
version = "0.7.1"

[dev-dependencies.remove_dir_all]
version = "0.5.1"

[dev-dependencies.tempfile]
version = "3.0.4"