honker 0.2.0

SQLite-native task runtime: durable queues, streams, pub/sub, and scheduler. Ergonomic Rust wrapper over honker-core.
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"
name = "honker"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite-native task runtime: durable queues, streams, pub/sub, and scheduler. Ergonomic Rust wrapper over honker-core."
homepage = "https://honker.dev"
readme = "README.md"
keywords = [
    "sqlite",
    "queue",
    "pubsub",
    "notify",
    "honker",
]
categories = [
    "database",
    "concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/russellromney/honker-rs"

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

[[example]]
name = "atomic"
path = "examples/atomic.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[test]]
name = "basic"
path = "tests/basic.rs"

[[test]]
name = "surface"
path = "tests/surface.rs"

[dependencies.honker-core]
version = "0.1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rusqlite]
version = "0.39"
features = ["functions"]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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