aidens-runner 0.1.0

Run and turn executor — provider, tools, governance, memory, receipts
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"
rust-version = "1.76"
name = "aidens-runner"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run and turn executor — provider, tools, governance, memory, receipts"
readme = "README.md"
license = "MIT OR Apache-2.0"

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

[[test]]
name = "next_runner_provider_contract"
path = "tests/next_runner_provider_contract.rs"

[[test]]
name = "next_turn_executor"
path = "tests/next_turn_executor.rs"

[[test]]
name = "phase_06_agency_v02"
path = "tests/phase_06_agency_v02.rs"

[[test]]
name = "phase_08_agency_gate"
path = "tests/phase_08_agency_gate.rs"

[dependencies.aidens-agency-kit]
version = "0.1.0"

[dependencies.aidens-boundary-kit]
version = "0.1.0"

[dependencies.aidens-budget-kit]
version = "0.1.0"

[dependencies.aidens-contracts]
version = "0.1.0"

[dependencies.aidens-governance-kit]
version = "0.1.0"

[dependencies.aidens-kernel-kit]
version = "0.1.0"

[dependencies.aidens-memory-kit]
version = "0.1.0"

[dependencies.aidens-permit-kit]
version = "0.1.0"

[dependencies.aidens-provider-kit]
version = "0.1.0"

[dependencies.aidens-receipts]
version = "0.1.0"

[dependencies.aidens-tool-kit]
version = "0.1.0"

[dependencies.anyhow]
version = "1"

[dependencies.boundary-compiler-core]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
]