coreason-meta-engineering 0.1.0

Rust port of the CoReason Agentic Forge & AST Manipulation Layer
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 = "coreason-meta-engineering"
version = "0.1.0"
authors = ["CoReason, Inc <license@coreason.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust port of the CoReason Agentic Forge & AST Manipulation Layer"
homepage = "https://github.com/CoReason-AI/coreason-meta-engineering"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/CoReason-AI/coreason-meta-engineering"

[lib]
name = "coreason_meta_engineering_rust"
crate-type = ["rlib"]
path = "src/lib.rs"

[[bin]]
name = "coreason-meta-mcp"
path = "src/main.rs"

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

[dependencies.bs58]
version = "0.5.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.coreason-runtime]
version = "0.1.0"

[dependencies.dirs]
version = "5.0.1"

[dependencies.ed25519-dalek]
version = "2.1.1"
features = ["rand_core"]

[dependencies.env_logger]
version = "0.10"

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "blocking",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10.8"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
]

[dependencies.tokio]
version = "1.35"
features = ["full"]