agentic-forge-core 0.1.0

Blueprint engine for complete project architecture before code generation
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 = "agentic-forge-core"
version = "0.1.0"
authors = ["Agentra Labs <contact@agentralabs.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blueprint engine for complete project architecture before code generation"
homepage = "https://agentralabs.tech"
readme = false
keywords = [
    "ai",
    "agent",
    "forge",
    "blueprint",
    "architecture",
]
categories = [
    "data-structures",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/agentralabs/agentic-forge"

[features]
default = ["format"]
ffi = ["format"]
format = []

[lib]
name = "agentic_forge_core"
crate-type = [
    "lib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

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

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

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

[[bench]]
name = "cache_bench"
path = "benches/cache_bench.rs"
harness = false

[[bench]]
name = "core_bench"
path = "benches/core_bench.rs"
harness = false

[dependencies.agentic-sdk]
version = "0.2"

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

[dependencies.blake3]
version = "1.5"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.6"
features = [
    "v4",
    "v5",
    "serde",
]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.tempfile]
version = "3.9"

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