adapter-memory 0.1.0

In-memory event adapter for Rohas, useful for testing and development
Documentation
[dependencies.async-trait]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
features = ["full"]
version = "1.35"

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1.43"

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

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

[package]
authors = ["Rohas Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "In-memory event adapter for Rohas, useful for testing and development"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "adapter-memory"
readme = false
repository = "https://github.com/rohas-dev/rohas.git"
version = "0.1.0"