eventify-primitives 0.0.2-beta

Ledger event pipeline
Documentation
[dependencies.alloy-primitives]
features = ["serde"]
version = "0.6.0"

[dependencies.alloy-sol-types]
version = "0.6.2"

[dependencies.chrono]
version = "0.4.31"

[dependencies.eyre]
version = "0.6.11"

[dependencies.redis]
features = ["tokio-comp", "aio"]
version = "0.24.0"

[dependencies.serde]
version = "1.0.171"

[dependencies.serde_json]
version = "1.0.104"

[dependencies.sqlx]
features = ["postgres", "runtime-tokio", "chrono"]
version = "0.7.3"

[dependencies.thiserror]
version = "1.0.44"

[dependencies.tokio]
features = ["macros", "full"]
version = "1.29.1"

[dependencies.tracing]
version = "0.1.37"

[dependencies.url]
version = "2.4.0"

[dependencies.utoipa]
features = ["actix_extras"]
version = "4.1.0"

[dev-dependencies.dotenvy]
version = "0.15.7"

[dev-dependencies.uuid]
features = ["v4"]
version = "1.4.0"

[lib]
name = "eventify_primitives"
path = "src/lib.rs"

[package]
authors = ["eventify contributors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Ledger event pipeline"
documentation = "https://docs.rs/eventify"
edition = "2021"
homepage = "https://github.com/lbkolev/eventify"
license = "MIT OR Apache-2.0"
name = "eventify-primitives"
readme = "README.md"
repository = "https://github.com/lbkolev/eventify"
rust-version = "1.75.0"
version = "0.0.2-beta"

[[test]]
name = "etl"
path = "tests/etl/main.rs"