# 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.75.0" name = "eventify-primitives" version = "0.0.2-beta" authors = ["eventify contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ledger event pipeline" 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" [lib] name = "eventify_primitives" path = "src/lib.rs" [[test]] name = "etl" path = "tests/etl/main.rs" [dependencies.alloy-primitives] version = "0.6.0" features = ["serde"] [dependencies.alloy-sol-types] version = "0.6.2" [dependencies.chrono] version = "0.4.31" [dependencies.eyre] version = "0.6.11" [dependencies.redis] version = "0.24.0" features = [ "tokio-comp", "aio", ] [dependencies.serde] version = "1.0.171" [dependencies.serde_json] version = "1.0.104" [dependencies.sqlx] version = "0.7.3" features = [ "postgres", "runtime-tokio", "chrono", ] [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.29.1" features = [ "macros", "full", ] [dependencies.tracing] version = "0.1.37" [dependencies.url] version = "2.4.0" [dependencies.utoipa] version = "4.1.0" features = ["actix_extras"] [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.uuid] version = "1.4.0" features = ["v4"]