gloc 0.2.0

A universal business logic architecture for Rust, inspired by the Bloc/Cubit pattern from Flutter. Includes core traits and the #[cubit] macro.
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 = "2021"
name = "gloc"
version = "0.2.0"
authors = ["Godwin Joseph"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A universal business logic architecture for Rust, inspired by the Bloc/Cubit pattern from Flutter. Includes core traits and the #[cubit] macro."
readme = "README.md"
keywords = [
    "state-management",
    "bloc",
    "cubit",
    "architecture",
    "gloc",
]
categories = [
    "data-structures",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/godwinjk/gloc"

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

[dependencies.gloc-core]
version = "0.2"

[dependencies.gloc-macro]
version = "0.2"