faf-rust-sdk 1.3.0

Rust SDK for FAF (Foundational AI-context Format) - IANA-registered application/vnd.faf+yaml
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 = "faf-rust-sdk"
version = "1.3.0"
authors = ["wolfejam <wolfejam@faf.one>"]
build = false
exclude = [
    "target/",
    ".git/",
    "*.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for FAF (Foundational AI-context Format) - IANA-registered application/vnd.faf+yaml"
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-sdk"

[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.byteorder]
version = "1.5"

[dependencies.crc32fast]
version = "1.3"

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

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

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

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

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

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

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

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

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