actr-runtime-mailbox 0.3.1

Persistent mailbox layer for the Actor-RTC framework, backed by SQLite.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88"
name = "actr-runtime-mailbox"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Persistent mailbox layer for the Actor-RTC framework, backed by SQLite."
readme = false
keywords = [
    "actor",
    "mailbox",
    "storage",
    "persistence",
    "sqlite",
]
categories = [
    "database",
    "data-structures",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/actor-rtc/actr"
resolver = "2"

[features]
default = ["sqlite"]
sqlite = ["dep:rusqlite"]

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

[dependencies.actr-protocol]
version = "0.3.1"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.rusqlite]
version = "0.32"
features = [
    "bundled",
    "serde_json",
]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = ["sync"]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.18"
features = [
    "v4",
    "serde",
]

[dev-dependencies.tempfile]
version = "3.23"

[dev-dependencies.tokio]
version = "1.48"
features = ["full"]

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

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"