arcan-core 0.2.1

Core traits, protocol types, and state management for the Arcan agent runtime
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 = "2024"
name = "arcan-core"
version = "0.2.1"
authors = ["Arcan Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits, protocol types, and state management for the Arcan agent runtime"
homepage = "https://github.com/broomva/arcan-rs"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "runtime",
    "daemon",
    "ai",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/broomva/arcan-rs"
resolver = "2"

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

[dependencies.aios-protocol]
version = "0.1.0"

[dependencies.json-patch]
version = "4"

[dependencies.schemars]
version = "0.8"
features = ["chrono"]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[lints.clippy]
cloned_instead_of_copied = "warn"
dbg_macro = "warn"
implicit_clone = "warn"
manual_let_else = "warn"
needless_pass_by_value = "warn"
print_stderr = "warn"
print_stdout = "warn"
redundant_closure_for_method_calls = "warn"
todo = "warn"
trivially_copy_pass_by_ref = "warn"
unimplemented = "warn"
unnested_or_patterns = "warn"

[lints.rust]
unsafe_code = "deny"