hypercore 0.3.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.3.1"
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
description = "Secure, distributed, append-only log"
documentation = "https://docs.rs/hypercore"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/datrs/hypercore"
[dependencies.blake2-rfc]
version = "0.2.18"

[dependencies.byteorder]
version = "1.2.2"

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

[dependencies.failure]
version = "0.1.1"

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

[dependencies.lazy_static]
version = "1.0.0"

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

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

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

[dependencies.rand]
version = "0.4.2"

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

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

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

[dependencies.sha2]
version = "0.7.1"

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

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

[dependencies.tree-index]
version = "0.1.0"

[dev-dependencies]