[package] name = "eventdb" description = "EventDB is an advanced event-sourced system designed to provide immutable, append-only storage for events across various domains. EventDB is ideal for scenarios requiring detailed audit trails, complex business processes, and high levels of data integrity." version = "0.1.4-alpha" edition = "2021" license = "MIT" authors = ["Patrick Thach "] repository = "https://github.com/thachp/eventdb/" keywords = ["immutable", "database", "eventsource","cqrs","merkletree"] [dependencies] clap = "4.5.1" rocksdb = "0.22.0" uuid = "1.7.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html