brdd-rust 0.2.0

Business Rule Driven Design (BRDD) core components 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 = "brdd-rust"
version = "0.2.0"
authors = ["Defol Tech <defoltech@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Business Rule Driven Design (BRDD) core components for Rust."
homepage = "https://brdd-design.github.io"
documentation = "https://docs.rs/brdd-rust"
readme = "README.md"
keywords = [
    "brdd",
    "architecture",
    "ddd",
    "business-rules",
    "pattern",
]
categories = [
    "development-tools",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/brdd-design/brdd-rust"

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

[dependencies.brdd-macros]
version = "0.2.0"

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