dreamwell-intelligence 1.0.0

QuantumGPT (The Loom) — Quantum Information Pretrained Transformer. Density matrix attention with intrinsic thermodynamic loss, φ-scaled causal dephasing, and parameter shift gradient.
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 = "2021"
name = "dreamwell-intelligence"
version = "1.0.0"
authors = ["Adyn Blaed <adynblaed@dreamwell.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "QuantumGPT (The Loom) — Quantum Information Pretrained Transformer. Density matrix attention with intrinsic thermodynamic loss, φ-scaled causal dephasing, and parameter shift gradient."
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"

[lib]
name = "dreamwell_intelligence"
path = "src/lib.rs"

[[bin]]
name = "qgpt-train"
path = "src/bin/qgpt_train.rs"

[dependencies.blake3]
version = "1"

[dependencies.dreamwell-math]
version = "1.0.0"
features = [
    "parallel",
    "gpu-compute",
]

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.rayon]
version = "1"

[lints.clippy]
all = "warn"