# 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 = "2021" rust-version = "1.73.0" name = "eventify-idx" version = "0.0.0-reserved" authors = ["eventify contributors"] description = "Ethereum Indexer/Event listener" homepage = "https://github.com/lbkolev/eventify" documentation = "https://docs.rs/eventify" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/lbkolev/eventify" [dependencies.alloy-primitives] version = "0.4.2" [dependencies.async-trait] version = "0.1.72" [dependencies.ethers-core] version = "2.0.11" [dependencies.ethers-providers] version = "2.0.11" features = [ "ipc", "ws", ] [dependencies.eventify-primitives] version = "0.0.0-reserved" [dependencies.futures] version = "0.3.28" [dependencies.log] version = "0.4.19" [dependencies.paste] version = "1.0.14" [dependencies.rayon] version = "1.7.0" optional = true [dependencies.serde] version = "1.0.171" [dependencies.serde-aux] version = "4.2.0" [dependencies.serde_derive] version = "1.0.171" [dependencies.sqlx] version = "0.7.3" features = [ "postgres", "runtime-tokio", ] [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.29.1" features = [ "macros", "full", ] [dependencies.url] version = "2.4.0" [features] default = ["multi-thread"] multi-thread = []