[package] name = "traqq" version = "0.1.3" edition = "2021" authors = [""] description = "High-performance event processing system for Redis data indexing" repository = "https://github.com/oeo/traqq" license = "MIT" readme = "README.md" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" chrono = "0.4.38" chrono-tz = "0.10.0" rand = "0.8.5" [dev-dependencies] tokio = { version = "1.28.0", features = ["full"] }