falsegreen 0.1.11

FalseGreen client — independent verification for coding agents
# 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"
name = "falsegreen"
version = "0.1.11"
build = false
include = [
    "src/**/*.rs",
    "src/shim/README.md",
    "src/shim/LICENSE",
    "Cargo.toml",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FalseGreen client — independent verification for coding agents"
homepage = "https://falsegreen.com"
readme = "src/shim/README.md"
license = "Apache-2.0"
repository = "https://github.com/falsegreen/falsegreen"

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

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

[dependencies.dirs]
version = "5"

[dependencies.flate2]
version = "1"

[dependencies.ignore]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4"

[dependencies.toml]
version = "0.8"

[dev-dependencies.assert_cmd]
version = "2"

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