eventuary-sqlite 0.2.0

SQLite event backend for eventuary
Documentation
[package]
name = "eventuary-sqlite"
description = "SQLite event backend for eventuary"
keywords = ["events", "sqlite", "event-sourcing"]
categories = ["asynchronous", "database"]
readme = "README.md"
edition.workspace = true
version.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
eventuary-core = { workspace = true }
chrono.workspace = true
either.workspace = true
futures.workspace = true
rusqlite.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tokio.workspace = true
tracing.workspace = true
uuid.workspace = true

[dev-dependencies]
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
tempfile = "3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[lints]
workspace = true