# 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-server" 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.actix-web] version = "4.3.1" [dependencies.chainthru-primitives] version = "0.0.0-reserved" [dependencies.futures] version = "0.3.28" [dependencies.log] version = "0.4.19" [dependencies.num_cpus] version = "1.16.0" [dependencies.reqwest] version = "0.11.18" [dependencies.secrecy] version = "0.8.0" features = ["serde"] [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde-aux] version = "4.2.0" [dependencies.serde_derive] version = "1.0.171" [dependencies.serde_json] version = "1.0.104" [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", "full", ] [dependencies.uuid] version = "1.4.0" features = ["v4"]