domain_patterns 0.2.141

Domain patterns holds patterns from the world of Domain Driven Design.
Documentation
[package]
name = "domain_patterns"
version = "0.2.141"
authors = ["Peter Farr <Peter@PrismaPhonic.com>"]
description = "Domain patterns holds patterns from the world of Domain Driven Design."
keywords = ["domain", "design", "patterns", "database", "architecture"]
categories = ["database", "data-structures", "rust-patterns"]
repository = "https://github.com/PrismaPhonic/domain_patterns"
documentation = "https://docs.rs/domain_patterns"
readme = "README.md"
license = "MIT"
edition = "2018"
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
]

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
serde = { version = "1.0.99", features = ["derive"] }

[dev-dependencies]
uuid = { version = "0.7.4", features = ["serde", "v4"] }
serde_json = "1.0.40"
chrono = "0.4.7"
regex = "1.2.1"
domain_derive = { version = "0.2.134", path = "../domain_derive" }
snafu = "0.5.0"