[package]
edition = "2024"
rust-version = "1.85"
name = "ferrify-syntax"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ferrify patch planning and edit-budget enforcement."
homepage = "https://github.com/hghalebi/Ferrify"
documentation = "https://docs.rs/ferrify-syntax"
readme = "README.md"
keywords = [
"rust",
"agent",
"patch",
"planning",
"governance",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hghalebi/Ferrify"
resolver = "2"
[lib]
name = "ferrify_syntax"
path = "src/lib.rs"
[dependencies.agent-domain]
version = "0.1.1"
package = "ferrify-domain"