[dependencies.arangors]
optional = true
version = "0.6.0"
[dependencies.bevy]
default-features = false
features = ["bevy_log"]
version = "0.17.3"
[dependencies.bevy_persistence_database_derive]
version = "0.2.3"
[dependencies.downcast-rs]
version = "2.0.1"
[dependencies.futures]
version = "0.3.30"
[dependencies.futures-lite]
version = "2.6.0"
[dependencies.mockall]
version = "0.12.1"
[dependencies.once_cell]
version = "1.19.0"
[dependencies.rayon]
version = "1.10.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "time", "net", "rt-multi-thread", "macros"]
version = "1.37.0"
[dependencies.tokio-postgres]
features = ["with-serde_json-1"]
optional = true
version = "0.7.13"
[dependencies.uuid]
features = ["v4"]
optional = true
version = "1.18.0"
[dev-dependencies.bevy]
default-features = false
features = ["bevy_log"]
version = "0.17.3"
[dev-dependencies.bevy_persistence_database_derive]
version = "0.2.3"
[dev-dependencies.ctor]
version = "0.2.0"
[dev-dependencies.futures]
version = "0.3.30"
[dev-dependencies.serde]
features = ["derive", "derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.testcontainers]
version = "0.19.0"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "time", "net", "full", "macros", "rt"]
version = "1.37.0"
[dev-dependencies.tracing-subscriber]
version = "0.3.19"
[features]
arango = ["dep:arangors"]
default = ["postgres", "arango"]
postgres = ["dep:tokio-postgres", "dep:uuid"]
ra-fallback = ["bevy_persistence_database_derive/ra-fallback"]
[lib]
name = "bevy_persistence_database"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development", "development-tools", "database", "asynchronous", "caching"]
description = "A persistence and database integration solution for the Bevy game engine"
documentation = "https://docs.rs/bevy_persistence_database"
edition = "2024"
homepage = "https://github.com/JViggiani/bevy_persistence_database"
keywords = ["bevy", "database", "persistence", "gamedev", "storage"]
license-file = "LICENSE"
name = "bevy_persistence_database"
readme = "README.md"
repository = "https://github.com/JViggiani/bevy_persistence_database"
version = "0.2.3"
[profile.bench]
debug = 2
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"