[dependencies.anyhow]
optional = true
version = "1.0.98"
[dependencies.async-graphql]
default-features = false
optional = true
version = "7.0.17"
[dependencies.async-trait]
version = "0.1.88"
[dependencies.base64]
optional = true
version = "0.22.1"
[dependencies.chrono]
default-features = false
features = ["clock", "serde"]
version = "0.4.41"
[dependencies.derive_builder]
version = "0.20.1"
[dependencies.es-entity-macros]
version = "0.7.7"
[dependencies.schemars]
features = ["uuid1"]
optional = true
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.sim-time]
optional = true
version = "0.7.7"
[dependencies.sqlx]
default-features = false
features = ["macros", "runtime-tokio-rustls", "postgres", "uuid", "chrono", "json"]
version = "0.8.3"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
optional = true
version = "1.46"
[dependencies.uuid]
features = ["serde", "v7"]
version = "1.17"
[dev-dependencies.anyhow]
version = "1.0.98"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.46"
[features]
fail-on-warnings = []
graphql = ["es-entity-macros/graphql", "dep:async-graphql", "dep:base64"]
json-schema = ["dep:schemars"]
mdbook-test = ["dep:tokio", "dep:anyhow"]
sim-time = ["dep:sim-time"]
[lib]
name = "es_entity"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "database"]
description = "Event Sourcing Entity Framework"
documentation = "https://docs.rs/es-entity"
edition = "2024"
license = "Apache-2.0"
name = "es-entity"
readme = "README.md"
repository = "https://github.com/GaloyMoney/es-entity"
resolver = "2"
version = "0.7.7"
[profile.mdbook-test]
inherits = "dev"
[[test]]
name = "es_query"
path = "tests/es_query.rs"
[[test]]
name = "from_async_trait"
path = "tests/from_async_trait.rs"
[[test]]
name = "helpers"
path = "tests/helpers.rs"
[[test]]
name = "nested_entities"
path = "tests/nested_entities.rs"
[[test]]
name = "repo"
path = "tests/repo.rs"