bevy_persistence_database 0.2.7

A persistence and database integration solution for the Bevy game engine
Documentation
# 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 = "2024"
name = "bevy_persistence_database"
version = "0.2.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A persistence and database integration solution for the Bevy game engine"
homepage = "https://github.com/JViggiani/bevy_persistence_database"
documentation = "https://docs.rs/bevy_persistence_database"
readme = "README.md"
keywords = [
    "bevy",
    "database",
    "persistence",
    "gamedev",
    "storage",
]
categories = [
    "game-development",
    "development-tools",
    "database",
    "asynchronous",
    "caching",
]
license-file = "LICENSE"
repository = "https://github.com/JViggiani/bevy_persistence_database"

[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"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.arangors]
version = "0.6.0"
optional = true

[dependencies.bevy]
version = "0.17.3"
features = ["bevy_log"]
default-features = false

[dependencies.bevy_persistence_database_derive]
version = "0.2.6"

[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]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.37.0"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "net",
    "rt-multi-thread",
    "macros",
]

[dependencies.tokio-postgres]
version = "0.7.13"
features = ["with-serde_json-1"]
optional = true

[dependencies.uuid]
version = "1.18.0"
features = ["v4"]
optional = true

[dev-dependencies.bevy]
version = "0.17.3"
features = ["bevy_log"]
default-features = false

[dev-dependencies.bevy_persistence_database_derive]
version = "0.2.6"

[dev-dependencies.ctor]
version = "0.2.0"

[dev-dependencies.futures]
version = "0.3.30"

[dev-dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.testcontainers]
version = "0.19.0"

[dev-dependencies.tokio]
version = "1.37.0"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "net",
    "full",
    "macros",
    "rt",
]

[dev-dependencies.tracing]
version = "0.1.40"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"

[profile.bench]
debug = 2