rcqs 0.3.0

Catalog Queue System for Redis.
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4.41"

[dependencies.redis]
features = ["tokio-comp", "json"]
version = "1.0"

[dependencies.redis-macros]
version = "1.0"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

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

[dev-dependencies.constcat]
version = "0.6.1"

[dev-dependencies.test-with]
default-features = false
features = ["resource"]
version = "0.15.2"

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

[package]
authors = ["Omar Zabala-Ferrera <ozf-dev@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "data-structures"]
description = "Catalog Queue System for Redis."
documentation = "https://docs.rs/rcqs"
edition = "2021"
exclude = [".github/*", ".vscode/*", "docs/", "coverage/"]
license = "MIT"
name = "rcqs"
readme = "README.md"
repository = "https://github.com/ozabalaferrera/rcqs"
version = "0.3.0"

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

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

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

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

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

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

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

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