indexer1 0.2.13

A library that is used to collect events from EVM compatible blockchain
Documentation
[dependencies.alloy]
default-features = false
features = ["serde", "reqwest-rustls-tls", "essentials", "std", "pubsub", "provider-ws", "rpc-client-ws", "node-bindings"]
version = "0.15.7"

[dependencies.anyhow]
version = "1.0.79"

[dependencies.futures]
version = "0.3.31"

[dependencies.log]
features = ["kv", "kv_serde"]
version = "0.4.21"

[dependencies.serde]
features = ["serde_derive"]
version = "1.0.216"

[dependencies.serde_json]
version = "1.0.134"

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.sha2]
version = "0.10.8"

[dependencies.sqlx]
features = ["runtime-tokio", "postgres", "sqlite"]
version = "0.8.2"

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

[dependencies.tokio-stream]
features = ["time"]
version = "0.1.17"

[features]
default = ["sqlx-bigdecimal"]
sqlx-bigdecimal = ["sqlx/bigdecimal"]

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

[package]
authors = ["BadConfig <array.clean@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library that is used to collect events from EVM compatible blockchain"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "indexer1"
readme = "README.md"
repository = "https://github.com/badconfig/indexer1"
version = "0.2.13"