-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (24 loc) · 721 Bytes
/
Copy pathCargo.toml
File metadata and controls
27 lines (24 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "faf"
version = "0.3.0"
edition = "2024"
rust-version = "1.85"
authors = ["wolfejam <wolfejam@faf.one>"]
description = "Persistent Project Context for Rust. IANA-registered .faf format, cargo add faf meta-crate."
license = "MIT"
repository = "https://github.com/Wolfe-Jam/faf-crate"
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"]
[dependencies]
faf-rust-sdk = "1.3"
[features]
default = ["sdk"]
sdk = []
radio = ["dep:faf-radio-rust"]
axum = ["faf-rust-sdk/axum"]
[dependencies.faf-radio-rust]
version = "0.2"
optional = true