event_base_wal 0.1.2

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

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bincode]
version = "2"

[dependencies.event_base_core]
version = "1.0.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.tokio]
version = "1.52.3"
features = ["full"]