[package]
edition = "2021"
rust-version = "1.84"
name = "hexeract"
version = "0.0.1"
authors = ["Pierrick Fonquerne <pierrick.fonquerne@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The 6-dimension Rust messaging framework"
readme = false
keywords = [
"messaging",
"mediator",
"cqrs",
"outbox",
"sagas",
]
categories = [
"asynchronous",
"network-programming",
]
license = "MIT"
repository = "https://github.com/nubster-opensources/hexeract"
[lib]
name = "hexeract"
path = "src/lib.rs"