[dependencies.async-trait]
version = "0.1.73"
[dependencies.futures-util]
version = "0.3.28"
[dependencies.live-entity-derive]
version = "0.0.7"
[dependencies.mongodb]
optional = true
version = "2.6.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.188"
[dependencies.tokio]
features = ["sync", "macros", "rt"]
version = "1.34.0"
[dependencies.typemap_rev]
optional = true
version = "0.3.0"
[dev-dependencies]
[features]
default = ["in-mem"]
in-mem = ["dep:typemap_rev"]
mongodb = ["dep:mongodb"]
[package]
description = "A framework for storing entities and watching them for updates."
edition = "2021"
exclude = [".idea", ".vscode"]
homepage = "https://github.com/tradeJmark/live-entity"
license = "MIT OR Apache-2.0"
name = "live-entity"
readme = "README.md"
repository = "https://github.com/tradeJmark/live-entity"
version = "0.0.7"