# 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 = "eventdb" version = "0.1.4-alpha" authors = ["Patrick Thach "] 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." readme = "README.md" keywords = [ "immutable", "database", "eventsource", "cqrs", "merkletree", ] license = "MIT" repository = "https://github.com/thachp/eventdb/" [dependencies.clap] version = "4.5.1" [dependencies.rocksdb] version = "0.22.0" [dependencies.uuid] version = "1.7.0"