faf 0.3.0

FAF (Foundational AI-context Format) — Project DNA for any AI. 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"
version = "0.3.0"
authors = ["wolfejam <wolfejam@faf.one>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FAF (Foundational AI-context Format) — Project DNA for any AI. IANA-registered application/vnd.faf+yaml."
homepage = "https://faf.one"
documentation = "https://docs.rs/faf"
readme = "README.md"
keywords = [
    "faf",
    "ai-context",
    "project-dna",
    "yaml",
    "mcp",
]
categories = [
    "development-tools",
    "config",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/Wolfe-Jam/faf"

[features]
axum = ["faf-rust-sdk/axum"]
default = ["sdk"]
radio = ["dep:faf-radio-rust"]
sdk = []

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

[dependencies.faf-radio-rust]
version = "0.2"
optional = true

[dependencies.faf-rust-sdk]
version = "1.3"