# 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-http-server" 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.actix-web] version = "4.3.1" [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.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", ] [dependencies.utoipa] version = "4.1.0" features = ["actix_extras"] [dependencies.utoipa-rapidoc] version = "2.0.0" features = ["actix-web"] [dependencies.utoipa-redoc] version = "2.0.0" features = ["actix-web"] [dependencies.utoipa-swagger-ui] version = "5.0.0" features = ["actix-web"] [dependencies.uuid] version = "1.4.0" features = ["v4"] [dev-dependencies.mockito] version = "1.2.0"