[package] name = "redmaple" version = "0.18.2" edition = "2021" authors = ["Perma "] description = "RedMaple offers an oppinionated yet extremely flexible data modeling system based on events for backend applications" homepage = "https://github.com/prmadev/soapberry/tree/main/crates/redmaple" repository = "https://github.com/prmadev/soapberry/tree/main/crates/redmaple" license = "MPL-2.0" categories = ["data-structures"] keywords = ["data_model", "event-sourcing", "events"] readme = "README.md" [package.metadata.git-cliff.git] conventional_commits = true split_commits = true filter_unconventional = true [dependencies] serde = { version = "1.0.174", features = ["derive"] } time = { version = "0.3.23" } [dev-dependencies] thiserror = "1.0.44"