electrs 0.6.0

An efficient re-implementation of Electrum Server in Rust
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]
edition = "2018"
name = "electrs"
version = "0.6.0"
authors = ["Roman Zeyde <me@romanzey.de>"]
description = "An efficient re-implementation of Electrum Server in Rust"
homepage = "https://github.com/romanz/electrs"
documentation = "https://docs.rs/electrs/"
readme = "README.md"
keywords = ["bitcoin", "electrum", "server", "index", "database"]
license = "MIT"
repository = "https://github.com/romanz/electrs"
[dependencies.base64]
version = "0.10"

[dependencies.bincode]
version = "1.0"

[dependencies.bitcoin]
version = "0.18"

[dependencies.bitcoin_hashes]
version = "0.3"

[dependencies.chan]
version = "0.1"

[dependencies.chan-signal]
version = "0.3"

[dependencies.clap]
version = "2.31"

[dependencies.dirs]
version = "1.0"

[dependencies.error-chain]
version = "0.12"

[dependencies.glob]
version = "0.3"

[dependencies.hex]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.1"

[dependencies.num_cpus]
version = "1.0"

[dependencies.page_size]
version = "0.4"

[dependencies.prometheus]
version = "0.5"

[dependencies.rocksdb]
version = "0.12.1"

[dependencies.rust-crypto]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.stderrlog]
version = "0.4.1"

[dependencies.sysconf]
version = ">=0.3.4"

[dependencies.time]
version = "0.1"

[dependencies.tiny_http]
version = "0.6"