actionqueue-platform 0.1.0

Multi-tenant isolation, RBAC, and append-only ledgers for the ActionQueue task queue engine.
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 = "actionqueue-platform"
version = "0.1.0"
authors = ["Keith <zed.colonel@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-tenant isolation, RBAC, and append-only ledgers for the ActionQueue task queue engine."
readme = "README.md"
keywords = [
    "multi-tenant",
    "rbac",
    "ledger",
    "task-queue",
    "platform",
]
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/zed-colonel/actionqueue"

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

[dependencies.actionqueue-actor]
version = "0.1.0"

[dependencies.actionqueue-core]
version = "0.1.0"

[dependencies.tracing]
version = "0.1"