faf-rust-sdk 3.0.0

Persistent Project Context for Rust. IANA-registered .faf format — the facade over faf-kernel (parse/validate/score) + faf-fafb (binary v2).
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.85"
name = "faf-rust-sdk"
version = "3.0.0"
authors = ["wolfejam <wolfejam@faf.one>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Persistent Project Context for Rust. IANA-registered .faf format — the facade over faf-kernel (parse/validate/score) + faf-fafb (binary v2)."
homepage = "https://faf.one"
documentation = "https://docs.rs/faf-rust-sdk"
readme = "README.md"
keywords = [
    "faf",
    "ai-context",
    "yaml",
    "mcp",
    "grok",
]
categories = [
    "parsing",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/Wolfe-Jam/faf-rust"

[features]
axum = [
    "dep:axum",
    "dep:tower",
    "dep:http",
]
default = []

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

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

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

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

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

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.faf-fafb]
version = "1.0"

[dependencies.faf-kernel]
version = "1.0"

[dependencies.http]
version = "1.0"
optional = true

[dependencies.tower]
version = "0.5"
optional = true

[dev-dependencies.axum]
version = "0.8"

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

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

[dev-dependencies.tower]
version = "0.5"
features = ["util"]