[dependencies.regex]
version = "1.10.6"
[dependencies.ruva-core]
version = "0.19.1"
[dependencies.ruva-macro]
version = "0.19.1"
[dependencies.static_assertions]
version = "1.1.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.179"
[features]
backtrace = ["ruva-core/backtrace"]
sqlx-postgres = ["ruva-core/sqlx-postgres"]
tracing = ["ruva-core/tracing"]
[lib]
name = "ruva"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rust Library For Event Driven Message Handling"
edition = "2021"
license = "MIT"
name = "ruva"
readme = "README.md"
repository = "https://github.com/BeringLab/ruva"
version = "0.19.1"
[[test]]
name = "aggregate"
path = "tests/aggregate.rs"
[[test]]
name = "application_error"
path = "tests/application_error.rs"
[[test]]
name = "commands"
path = "tests/commands.rs"
[[test]]
name = "external_event"
path = "tests/external_event.rs"
[[test]]
name = "handlers"
path = "tests/handlers.rs"
[[test]]
name = "internal_event"
path = "tests/internal_event.rs"
[[test]]
name = "lib"
path = "tests/lib.rs"