[package] name = "thalo" version = "0.8.0" edition = "2021" description = "A high-performance event sourcing runtime utilizing WebAssembly an embedded event store." repository = "https://github.com/thalo-rs/thalo" authors = ["Ari Seyhun "] keywords = ["event-sourcing", "wasm", "embedded-database"] categories = ["database", "web-programming", "asynchronous"] license = "Apache-2.0 OR MIT" [dependencies] thalo_derive = { workspace = true } heck = "0.4.1" serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } thiserror = { workspace = true } wit-bindgen = "0.14"