snerd-rust 0.1.2

A lightweight, robust, asynchronous background job queue and persistence engine built for high-performance applications.
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 = "snerd-rust"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, robust, asynchronous background job queue and persistence engine built for high-performance applications."
readme = "README.md"
license = "MIT"
repository = "https://github.com/greyhands2/snerd-rust"

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

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

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

[dependencies.fs3]
version = "0.5.0"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "fs",
    "sync",
]

[dependencies.uuid]
version = "1.24.0"
features = ["v4"]

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