faf-kernel 1.0.1

The FAF kernel — parse, validate, and score .faf files (IANA application/vnd.faf+yaml). One kernel, many shells.
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-kernel"
version = "1.0.1"
authors = ["wolfejam <wolfejam@faf.one>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The FAF kernel — parse, validate, and score .faf files (IANA application/vnd.faf+yaml). One kernel, many shells."
homepage = "https://faf.one"
documentation = "https://docs.rs/faf-kernel"
readme = "README.md"
keywords = [
    "faf",
    "ai-context",
    "yaml",
    "scoring",
    "mk4",
]
categories = [
    "parser-implementations",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Wolfe-Jam/faf-rust"

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

[[example]]
name = "score"
path = "examples/score.rs"

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

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

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

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

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

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