eventcore-memory 0.1.3

In-memory adapter for EventCore event sourcing library (for testing)
Documentation
[dependencies.async-trait]
version = "0.1.88"

[dependencies.chrono]
features = ["serde"]
version = "0.4.41"

[dependencies.eventcore]
version = "0.1.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "time", "sync", "macros"]
version = "1.46.1"

[dependencies.tracing]
version = "0.1.41"

[dependencies.uuid]
features = ["v7", "serde"]
version = "1.17.0"

[dev-dependencies.criterion]
version = "0.6.0"

[dev-dependencies.insta]
version = "1.43.1"

[dev-dependencies.proptest]
version = "1.7.0"

[dev-dependencies.tokio-test]
version = "0.4.4"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"

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

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"

[package]
authors = ["EventCore Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "data-structures", "asynchronous"]
description = "In-memory adapter for EventCore event sourcing library (for testing)"
edition = "2021"
keywords = ["event-sourcing", "cqrs", "ddd", "event-store", "aggregate"]
license = "MIT OR Apache-2.0"
name = "eventcore-memory"
readme = "README.md"
repository = "https://github.com/jwilger/eventcore"
rust-version = "1.70.0"
version = "0.1.3"

[[test]]
name = "subscription_reliability"
path = "tests/subscription_reliability.rs"