[package]
edition = "2021"
rust-version = "1.89"
name = "pamoja-sync"
version = "0.1.17"
authors = ["molexxxx"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Offline-first store-and-forward buffering for pamoja: durable queues behind the core Store trait."
homepage = "https://pamoja.molex.cloud"
documentation = "https://pamoja.molex.cloud/docs/"
readme = "README.md"
keywords = [
"iot",
"robotics",
"drones",
"embedded",
"no-std",
]
categories = [
"embedded",
"no-std",
"hardware-support",
"network-programming",
"science::robotics",
]
license = "MIT"
repository = "https://github.com/molexxxx/pamoja"
[lib]
name = "pamoja_sync"
path = "src/lib.rs"
[[test]]
name = "resilience"
path = "tests/resilience.rs"
[dependencies.pamoja-core]
version = "0.1.17"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1"
features = [
"rt",
"macros",
]
default-features = false
[lints.clippy]
all = "warn"
[lints.rust]
missing_docs = "deny"
unsafe_code = "warn"