a3s-effect 0.1.0

Effect-style actor runtime for projecting an A3S Code harness from an immutable event log
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.85"
name = "a3s-effect"
version = "0.1.0"
build = false
include = [
    "src/**/*",
    "tests/**/*",
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "README.zh-CN.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Effect-style actor runtime for projecting an A3S Code harness from an immutable event log"
homepage = "https://github.com/A3S-Lab/Effect"
documentation = "https://docs.rs/a3s-effect"
readme = "README.md"
keywords = [
    "effect",
    "actor",
    "agent",
    "harness",
    "a3s",
]
categories = [
    "asynchronous",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/A3S-Lab/Effect"

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

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

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

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

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "sync",
    "time",
]

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

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