[package]
edition = "2021"
name = "scema-sim"
version = "0.2.0"
authors = ["Scematica Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scematica Omni — counterfactual projection of competing hypotheses against a world state, with every term carrying whether it was measured."
homepage = "https://github.com/Meta-Oracle/Scematica"
readme = "README.md"
keywords = [
"agent",
"simulation",
"counterfactual",
]
categories = ["simulation"]
license = "MIT"
repository = "https://github.com/Meta-Oracle/Scematica"
[lib]
name = "scema_sim"
path = "src/lib.rs"
[dependencies.scema-world]
version = "0.2.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"