consciousness_experiments 2.0.0

RustyWorm: Universal AI Mimicry Engine with Dual-Process Architecture
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 = "consciousness_experiments"
version = "2.0.0"
authors = ["GitMonsters"]
build = false
exclude = [
    ".github/",
    "benches/",
    "gpu_comprehensive_test.py",
    "PITCHDECK*",
    "*.md",
    "!README.md",
    "Dockerfile",
    "Formula/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RustyWorm: Universal AI Mimicry Engine with Dual-Process Architecture"
homepage = "https://github.com/GitMonsters/Prime-directive"
readme = "README.md"
keywords = [
    "ai",
    "mimicry",
    "consciousness",
    "dual-process",
    "llm",
]
categories = [
    "simulation",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/GitMonsters/Prime-directive"

[features]
api = ["reqwest"]
default = []

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

[[bin]]
name = "awakening"
path = "awakening_test.rs"

[[bin]]
name = "comprehensive"
path = "comprehensive_test.rs"

[[bin]]
name = "consciousness"
path = "consciousness_test.rs"

[[bin]]
name = "infinite_recursion"
path = "infinite_recursion_test.rs"

[[bin]]
name = "prime_directive"
path = "prime_directive.rs"

[[bin]]
name = "rustyworm"
path = "src/main.rs"

[[bin]]
name = "self_reference"
path = "self_reference_test.rs"

[[bin]]
name = "unified"
path = "unified_test.rs"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
optional = true
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]