# 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" name = "ruva" version = "0.19.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust Library For Event Driven Message Handling" readme = "README.md" license = "MIT" repository = "https://github.com/BeringLab/ruva" [lib] name = "ruva" path = "src/lib.rs" [[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" [dependencies.regex] version = "1.10.6" [dependencies.ruva-core] version = "0.19.4" [dependencies.ruva-macro] version = "0.19.4" [dependencies.static_assertions] version = "1.1.0" [dev-dependencies.serde] version = "1.0.179" features = ["derive"] [features] backtrace = ["ruva-core/backtrace"] sqlx-postgres = ["ruva-core/sqlx-postgres"] tracing = ["ruva-core/tracing"]