flightrec 0.2.2

Git-like filesystem observability for AI agents
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 = "flightrec"
version = "0.2.2"
build = false
exclude = [
    "landing/",
    "skills/",
    "assets/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git-like filesystem observability for AI agents"
homepage = "https://zakelfassi.github.io/flightrec"
readme = "README.md"
keywords = [
    "observability",
    "ai-agents",
    "snapshot",
    "diff",
    "filesystem",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "filesystem",
]
license = "Apache-2.0"
repository = "https://github.com/zakelfassi/flightrec"

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5"

[dependencies.globset]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.ratatui]
version = "0.29"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.similar]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"

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

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

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

[profile.dist]
lto = "thin"
inherits = "release"