# 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-cli" 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" [[bin]] name = "eventify" path = "src/main.rs" [dependencies.alloy-primitives] version = "0.4.2" [dependencies.clap] version = "4.3.12" features = [ "derive", "env", ] [dependencies.ethers-core] version = "2.0.11" [dependencies.ethers-providers] version = "2.0.11" features = [ "ipc", "ws", ] [dependencies.eventify-http-server] version = "0.0.0-reserved" [dependencies.eventify-idx] version = "0.0.0-reserved" [dependencies.eventify-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.secrecy] version = "0.8.0" features = ["serde"] [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.tracing] version = "0.1.37" [dependencies.tracing-bunyan-formatter] version = "0.3.9" [dependencies.tracing-log] version = "0.1.3" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.url] version = "2.4.0" [dev-dependencies.serial_test] version = "2.0.0" [dev-dependencies.temp-env] version = "0.3.6"