ctc-agents 0.6.0

Autonomous cross-temporal navigation and repair agents
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 = "ctc-agents"
version = "0.6.0"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "assets/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Autonomous cross-temporal navigation and repair agents"
homepage = "https://theworker02.github.io/ChronosCTC/"
readme = "README.md"
keywords = [
    "ctc",
    "chronal",
    "retrocausal",
    "fixed-point",
    "holography",
]
categories = [
    "compilers",
    "science",
    "simulation",
]
license = "Apache-2.0"
repository = "https://github.com/theworker02/ChronosCTC"

[package.metadata.cronos]
logo = "assets/logo.svg"

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

[dependencies.ctc-dag]
version = "0.6.0"

[dependencies.ctc-kernel]
version = "0.6.0"

[dependencies.ctc-ledger]
version = "0.6.0"

[dependencies.ctc-signal]
version = "0.6.0"

[dependencies.nalgebra]
version = "0.33"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rustc-hash]
version = "2"

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

[dependencies.thiserror]
version = "2"