[package]
edition = "2021"
name = "eros-engine-core"
version = "0.4.21"
authors = ["etherfunlab <henrylin@etherfun.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-domain types and rules for the eros-engine AI companion engine: persona, six-dimensional affinity, PDE decisions, and ghost-message logic with no I/O."
homepage = "https://github.com/etherfunlab/eros-engine"
readme = "README.md"
keywords = [
"companion",
"ai",
"persona",
"affinity",
"memory",
]
categories = ["data-structures"]
license = "AGPL-3.0-only"
repository = "https://github.com/etherfunlab/eros-engine"
[lib]
name = "eros_engine_core"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.uuid]
version = "1"
features = [
"v4",
"serde",
]