# 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 = "redmaple" version = "0.18.2" 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" readme = "README.md" keywords = [ "data_model", "event-sourcing", "events", ] categories = ["data-structures"] license = "MPL-2.0" repository = "https://github.com/prmadev/soapberry/tree/main/crates/redmaple" resolver = "1" [package.metadata.git-cliff.git] conventional_commits = true filter_unconventional = true split_commits = true [dependencies.serde] version = "1.0.174" features = ["derive"] [dependencies.time] version = "0.3.23" [dev-dependencies.thiserror] version = "1.0.44"