v-module-queue 0.1.2

Veda module queue consumer runtime (without full-text / xapian stack)
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 = "2021"
name = "v-module-queue"
version = "0.1.2"
authors = ["itiu <ValeriyBushenev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Veda module queue consumer runtime (without full-text / xapian stack)"
readme = false
license = "MIT"

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

[dependencies.chrono]
version = "0.4"

[dependencies.crc32fast]
version = "1.5"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.env_logger]
version = "0.11"

[dependencies.exitcode]
version = "1.1.2"

[dependencies.log]
version = "0.4"

[dependencies.nng]
version = "1.0.1"

[dependencies.rust-ini]
version = "0.21"

[dependencies.scan_fmt]
version = "0.2.6"

[dependencies.signal-hook]
version = "0.4"

[dependencies.thread-id]
version = "5"

[dependencies.v-individual-model]
version = "0.2.6"

[dependencies.v_queue]
version = "=0.3.1"