esplora-tapyrus 0.5.8

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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "esplora-tapyrus"
version = "0.5.8"
authors = [
    "Chaintope Inc.",
    "Roman Zeyde (original author) <me@romanzey.de>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An efficient re-implementation of Electrum Server in Rust"
homepage = "https://github.com/chaintope/esplora-tapyrus"
documentation = "https://docs.rs/esplora-tapyrus/"
readme = "README.md"
keywords = [
    "tapyrus",
    "electrum",
    "server",
    "index",
    "database",
]
license = "MIT"
repository = "https://github.com/chaintope/esplora-tapyrus"

[features]
default = ["rocksdb"]

[lib]
name = "esplora_tapyrus"
path = "src/lib.rs"

[[bin]]
name = "electrs"
path = "src/bin/electrs.rs"

[[bin]]
name = "popular-scripts"
path = "src/bin/popular-scripts.rs"

[[bin]]
name = "tx-fingerprint-stats"
path = "src/bin/tx-fingerprint-stats.rs"

[dependencies.arraydeque]
version = "0.4"

[dependencies.arrayref]
version = "0.3.6"

[dependencies.base64]
version = "0.13.0"

[dependencies.bincode]
version = "1.3.1"

[dependencies.clap]
version = "4"

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.dirs]
version = "3.0.1"

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

[dependencies.glob]
version = "0.3"

[dependencies.gmp-mpfr-sys]
version = "~1.6"
features = ["force-cross"]

[dependencies.hex]
version = "0.4.2"

[dependencies.hyper]
version = "0.14"

[dependencies.hyperlocal]
version = "0.8"

[dependencies.itertools]
version = "0.9.0"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.log]
version = "0.4.11"

[dependencies.openassets-tapyrus]
version = "^0.3.0"

[dependencies.page_size]
version = "0.4.2"

[dependencies.prometheus]
version = "0.14"

[dependencies.rayon]
version = "1.5.0"

[dependencies.rocksdb]
version = "^0.22.0"
optional = true

[dependencies.serde]
version = "1.0.118"
features = ["derive"]

[dependencies.serde_derive]
version = "1.0.118"

[dependencies.serde_json]
version = "1.0.60"

[dependencies.sha2]
version = "0.10"

[dependencies.signal-hook]
version = "0.2.2"

[dependencies.socket2]
version = "0.3.18"
features = ["reuseport"]

[dependencies.stderrlog]
version = "0.6"

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

[dependencies.tapyrus]
version = "^0.5.0"
features = ["use-serde"]

[dependencies.time]
version = "0.3"
features = ["formatting"]

[dependencies.tiny_http]
version = "0.12"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "macros",
]

[dependencies.url]
version = "2.5"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true