# 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 = "evento-query" version = "0.10.2" publish = true description = "A collection of libraries and tools that help you build DDD, CQRS, and event sourcing." documentation = "https://docs.rs/evento" license = "Apache-2.0" repository = "https://github.com/timayz/evento" [dependencies.base64] version = "0.21.7" [dependencies.chrono] version = "0.4.34" features = [ "clock", "serde", ] default-features = false [dependencies.futures-util] version = "0.3.30" [dependencies.harsh] version = "0.2.2" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.sqlx] version = "0.7.3" features = [ "runtime-tokio", "postgres", "chrono", "uuid", "json", ] optional = true [dependencies.thiserror] version = "1.0.57" [dev-dependencies.backoff] version = "0.4.0" features = [ "futures", "tokio", ] [dev-dependencies.parse-display] version = "0.9.0" [dev-dependencies.sqlx] version = "0.7.3" features = [ "runtime-tokio", "postgres", "chrono", "uuid", "json", "any", ] [dev-dependencies.tokio] version = "1.36.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tokio-shared-rt] version = "0.1.0" [dev-dependencies.uuid] version = "1.7.0" features = [ "v4", "fast-rng", "macro-diagnostics", "serde", ] [features] default = [] full = ["pg"] pg = ["dep:sqlx"]