[package]
edition = "2021"
name = "cometindex"
version = "2.1.1"
authors = ["Penumbra Labs <team@penumbralabs.xyz"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for building indexers for CometBFT events"
homepage = "https://penumbra.zone"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/penumbra-zone/penumbra"
[lib]
name = "cometindex"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.75"
[dependencies.async-trait]
version = "0.1.52"
[dependencies.clap]
version = "3.2"
features = [
"derive",
"env",
]
[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]
version = "0.8"
features = [
"bigdecimal",
"postgres",
"runtime-tokio",
"tls-rustls",
"postgres",
"json",
"runtime-tokio",
"tls-rustls",
]
[dependencies.tap]
version = "1.0.1"
[dependencies.tendermint]
version = "0.40.3"
default-features = false
[dependencies.tendermint-proto]
version = "0.40.3"
[dependencies.tokio]
version = "1.39.0"
features = ["full"]
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3.17"
features = ["env-filter"]