[package]
edition = "2021"
name = "dreamwell-engine"
version = "1.0.0"
authors = ["Adyn Blaed <adynblaed@dreamwell.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dreamwell pure-logic engine library — transforms, hierarchy, canon pipeline, spatial math, hashing, tile rules, validation, waymark schema, material/lighting descriptors. No SpacetimeDB dependency."
homepage = "https://github.com/adynblaed/causal-observer-architecture"
readme = "README.md"
keywords = [
"quantum",
"simulation",
"rendering",
"density-matrix",
"qttps",
]
categories = [
"game-engines",
"simulation",
"science",
"cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/adynblaed/causal-observer-architecture"
[features]
default = []
fbx-import = ["dep:dreamwell-ufbx"]
parallel-physics = ["dep:rayon"]
physics-gpu-types = ["dep:bytemuck"]
signing = ["dep:ed25519-dalek"]
[lib]
name = "dreamwell_engine"
path = "src/lib.rs"
[dependencies.blake3]
version = "1"
[dependencies.bytemuck]
version = "1"
features = ["derive"]
optional = true
[dependencies.dreamwell-ufbx]
version = "1.0.0"
optional = true
[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]
optional = true
[dependencies.fixedbitset]
version = "0.5"
[dependencies.log]
version = "0.4"
[dependencies.rayon]
version = "1.8"
optional = true
[dependencies.rmp-serde]
version = "1"
[dependencies.rustc-hash]
version = "2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[lints.clippy]
all = "warn"