[package]
name = "hostbat"
version = "0.9.0"
edition = "2021"
rust-version = "1.92"
license = "MIT OR Apache-2.0"
description = "Generic deterministic module host: mount content-identified modules over a syncbat Core."
repository = "https://github.com/freebatteryfactory/batpak"
homepage = "https://github.com/freebatteryfactory/batpak"
documentation = "https://docs.rs/hostbat"
readme = "README.md"
keywords = ["event-sourcing", "runtime", "host", "module"]
categories = ["database-implementations"]
[features]
default = []
[dependencies]
syncbat = { path = "../syncbat", version = "0.9.0" }
batpak = { path = "../core", version = "0.9.0", default-features = false }
serde = { version = "1", features = ["derive"] }
rmpv = "=1.3.1"
[dev-dependencies]
tempfile = ">=3.24, <3.25"
[lints]
workspace = true