magi-core 0.3.1

LLM-agnostic multi-perspective analysis system inspired by MAGI
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"
rust-version = "1.91"
name = "magi-core"
version = "0.3.1"
authors = ["Julian Bolivar"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LLM-agnostic multi-perspective analysis system inspired by MAGI"
homepage = "https://github.com/BolivarTech/magi-core"
readme = "README.md"
keywords = [
    "llm",
    "multi-agent",
    "consensus",
    "analysis",
    "magi",
]
categories = [
    "algorithms",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/BolivarTech/magi-core"

[features]
claude-api = ["dep:reqwest"]
claude-cli = []

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

[[example]]
name = "basic_analysis"
path = "examples/basic_analysis.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.caseless]
version = "~0.2.2"

[dependencies.fastrand]
version = "~2"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = ["json"]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "time",
    "rt",
    "process",
    "io-util",
]

[dependencies.unicode-normalization]
version = "~0.1.24"

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.sha2]
version = "0.10"

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