event_base 0.3.0

An Event Driven Framework
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 = "event_base"
version = "0.3.0"
authors = ["RedElectricity <redelectricity@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An Event Driven Framework"
homepage = "https://github.com/RedElectricity/event_base"
documentation = "https://docs.rs/event_base"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/RedElectricity/event_base"

[features]
audit = []
default = [
    "memory",
    "macro",
]
full = [
    "gRPC",
    "middleware",
    "macro",
    "memory",
    "persistent",
    "audit",
]
gRPC = []
macro = []
memory = []
middleware = []
persistent = []

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

[dependencies.event_base_audit]
version = "0.1.1"

[dependencies.event_base_core]
version = "1.3.0"

[dependencies.event_base_grpc]
version = "0.1.1"

[dependencies.event_base_macro_attr]
version = "0.2.0"

[dependencies.event_base_macro_func]
version = "0.2.0"

[dependencies.event_base_middleware]
version = "0.1.0"

[dependencies.event_base_queue]
version = "0.2.0"

[dependencies.event_base_wal]
version = "0.1.2"