honker 0.3.4

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.3.4"
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 = "MIT OR Apache-2.0"
repository = "https://github.com/russellromney/honker-rs"

[features]
bundled-sqlite = [
    "honker-core/bundled-sqlite",
    "rusqlite/bundled",
]
kernel-watcher = ["honker-core/kernel-watcher"]
shm-fast-path = ["honker-core/shm-fast-path"]

[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 = "phase_mantle"
path = "tests/phase_mantle.rs"

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

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

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

[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"

[target."cfg(windows)".dependencies.honker-core]
version = "0.2.4"
features = ["bundled-sqlite"]