ferrify 0.1.1

Ferrify is a governed Rust software-change platform with typed policy, bounded planning, and evidence-backed reporting.
# 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 = "ferrify"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ferrify is a governed Rust software-change platform with typed policy, bounded planning, and evidence-backed reporting."
homepage = "https://github.com/hghalebi/Ferrify"
documentation = "https://docs.rs/ferrify"
readme = "README.md"
keywords = [
    "rust",
    "agent",
    "cli",
    "governance",
    "verification",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hghalebi/Ferrify"
resolver = "2"

[[bin]]
name = "ferrify"
path = "src/main.rs"

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

[dependencies.agent-application]
version = "0.1.1"
package = "ferrify-application"

[dependencies.agent-domain]
version = "0.1.1"
package = "ferrify-domain"

[dependencies.agent-infra]
version = "0.1.1"
package = "ferrify-infra"

[dependencies.agent-policy]
version = "0.1.1"
package = "ferrify-policy"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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