bakbon 0.1.2

BakBon is an infrastructure microkernel library in Rust that provides generic building blocks (Router, Registry, Balancer, Queue, Gateway, Cache, Middleware, Service/Processor) for message‑driven distributed systems.
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 = "2024"
name = "bakbon"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BakBon is an infrastructure microkernel library in Rust that provides generic building blocks (Router, Registry, Balancer, Queue, Gateway, Cache, Middleware, Service/Processor) for message‑driven distributed systems."
homepage = "https://github.com/Xnil0/backlab"
documentation = "https://docs.rs/bakbon"
readme = "README.md"
keywords = [
    "microkernel",
    "infrastructure",
    "distributed-systems",
    "routing",
    "queue",
]
categories = [
    "network-programming",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/Xnil0/backlab.git"
resolver = "2"

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

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

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

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

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

[dependencies.bytes]
version = "1.11.0"