# 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 = "whirlybird" version = "0.13.4" authors = ["Amir Alesheikh "] description = "whirlybird is a library of generic type implementations for RedMaple library, that offers workflows for different events compatible with common contents like todos, blogs and etc." homepage = "https://github.com/prmadev/soapberry/tree/main/crates/whirlybird" 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/whirlybird" resolver = "1" [package.metadata.git-cliff.git] conventional_commits = true filter_unconventional = true split_commits = true [dependencies.redmaple] version = "0.18.2" [dependencies.serde] version = "1.0.174" features = ["derive"] [dependencies.thiserror] version = "1.0.44" [dependencies.time] version = "0.3.23" features = ["serde"] [features] all = ["journey"] default = ["journey"] journey = []