cometindex 1.4.0

A library for building indexers for CometBFT events
Documentation
[dependencies.anyhow]
version = "1.0.75"

[dependencies.async-trait]
version = "0.1.52"

[dependencies.clap]
features = ["derive", "env"]
version = "3.2"

[dependencies.futures]
version = "0.3.28"

[dependencies.hex]
version = "0.4.3"

[dependencies.prost]
version = "0.13.4"

[dependencies.serde_json]
version = "1.0.96"

[dependencies.sqlx]
features = ["bigdecimal", "postgres", "runtime-tokio", "tls-rustls", "postgres", "json", "runtime-tokio", "tls-rustls"]
version = "0.8"

[dependencies.tap]
version = "1.0.1"

[dependencies.tendermint]
default-features = false
version = "0.40.3"

[dependencies.tendermint-proto]
version = "0.40.3"

[dependencies.tokio]
features = ["full"]
version = "1.39.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.17"

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

[package]
authors = ["Penumbra Labs <team@penumbralabs.xyz"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for building indexers for CometBFT events"
edition = "2021"
homepage = "https://penumbra.zone"
license = "MIT OR Apache-2.0"
name = "cometindex"
publish = true
readme = "README.md"
repository = "https://github.com/penumbra-zone/penumbra"
version = "1.4.0"