morb 0.2.0

A lightweight in-process publish/subscribe library for Rust
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 = "morb"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight in-process publish/subscribe library for Rust"
homepage = "https://github.com/HumpbackLab/morb"
documentation = "https://docs.rs/morb"
readme = "README.md"
keywords = [
    "pubsub",
    "message",
    "mio",
    "eventfd",
]
categories = [
    "concurrency",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/HumpbackLab/morb"

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

[[example]]
name = "pubsub_benchmark"
path = "examples/pubsub_benchmark.rs"

[dependencies.libc]
version = "0.2.183"

[dependencies.mio]
version = "1.1.1"
features = [
    "os-poll",
    "os-ext",
]