# 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 = "thalo_message_store" version = "0.8.0" authors = ["Ari Seyhun "] description = "Thalo's message store built with sled" keywords = [ "event-sourcing", "wasm", "embedded-database", ] categories = [ "database", "web-programming", "asynchronous", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/thalo-rs/thalo" [dependencies.bincode] version = "1.3.3" [dependencies.serde] version = "1.0" [dependencies.serde_cbor] version = "0.11.2" [dependencies.serde_json] version = "1.0" [dependencies.sled] version = "0.34.7" [dependencies.thalo] version = "0.8.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1"