rust-zero-mapreduce 0.1.0-alpha.1

Bounded asynchronous MapReduce execution for rust-zero services
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"
rust-version = "1.89"
name = "rust-zero-mapreduce"
version = "0.1.0-alpha.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded asynchronous MapReduce execution for rust-zero services"
homepage = "https://github.com/kevwan/rust-zero"
documentation = "https://docs.rs/rust-zero-mapreduce"
readme = "README.md"
keywords = [
    "web",
    "grpc",
    "microservices",
    "middleware",
    "runtime",
]
categories = [
    "web-programming",
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/kevwan/rust-zero"

[package.metadata.docs.rs]
all-features = true

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

[dependencies.tokio]
version = "1.0"
features = [
    "full",
    "sync",
]