# 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 = "sqlite-es" version = "0.4.10" authors = [ "John Bledsoe", "Dave Garred ", ] description = "An SQLite implementation of an event repository for cqrs-es." documentation = "https://docs.rs/sqlite-es" readme = "README.md" keywords = [ "cqrs", "event-sourcing", "sqlite", ] license = "Apache-2.0" repository = "https://github.com/johnbcodes/sqlite-es" [dependencies.async-trait] version = "0.1" [dependencies.cqrs-es] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.7" features = [ "json", "runtime-tokio-rustls", "sqlite", ] [dependencies.tokio] version = "1" features = ["rt"] [dev-dependencies.uuid] version = "1.5" features = ["v4"]