alpha-core-framework 2.4.0

High-performance modular Rust framework for async task orchestration and data pipelines.
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 = "alpha-core-framework"
version = "2.4.0"
authors = ["Charles Mwaura <mwauracharles95@gmail.com.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance modular Rust framework for async task orchestration and data pipelines."
homepage = "https://brilliantunicorn.com"
documentation = "https://docs.rs/alpha-core-framework"
readme = "README.md"
keywords = [
    "async",
    "orchestration",
    "performance",
    "framework",
    "kenya",
]
categories = [
    "asynchronous",
    "concurrency",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/cmwrxh/alpha-core-framework"

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

[dependencies.tokio]
version = "1"
features = ["full"]