# 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 = "chainthru-primitives" version = "0.0.0-reserved" authors = ["Lachezar Kolev "] description = "EVM Indexer" homepage = "https://github.com/lbkolev/chainthru" readme = "README.md" license = "MIT" repository = "https://github.com/lbkolev/chainthru" [dependencies.alloy-primitives] version = "0.4.2" [dependencies.async-trait] version = "0.1.72" [dependencies.derive_builder] version = "0.12.0" [dependencies.ethers-core] version = "2.0.11" [dependencies.ethers-providers] version = "2.0.11" features = [ "ipc", "ws", ] [dependencies.log] version = "0.4.19" [dependencies.secrecy] version = "0.8.0" features = ["serde"] [dependencies.serde] version = "1.0.171" [dependencies.serde-aux] version = "4.2.0" [dependencies.serde_json] version = "1.0.104" [dependencies.sqlx] version = "0.7.3" features = [ "postgres", "runtime-tokio", ] [dependencies.thiserror] version = "1.0.44" [dependencies.url] version = "2.4.0"