agentlog 0.1.2

CLI flight recorder for AI coding agents - capture, store, and replay AI sessions
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 = "2021"
rust-version = "1.93"
name = "agentlog"
version = "0.1.2"
authors = ["Dmytro Barabash <dbarabashdev@gmail.com>"]
build = false
exclude = [
    ".github/*",
    "tests/*",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI flight recorder for AI coding agents - capture, store, and replay AI sessions"
homepage = "https://github.com/dbarabashh/agentlog"
documentation = "https://docs.rs/agentlog"
readme = "README.md"
keywords = [
    "cli",
    "ai",
    "developer-tools",
    "git",
    "observability",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/dbarabashh/agentlog"

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
]

[dependencies.colored]
version = "2.1"

[dependencies.console]
version = "0.15"

[dependencies.dirs]
version = "5.0"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.notify]
version = "6.1"

[dependencies.regex]
version = "1.10"

[dependencies.rusqlite]
version = "0.32"
features = [
    "bundled",
    "chrono",
    "uuid",
    "serde_json",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.similar]
version = "2.4"

[dependencies.tokio]
version = "1.35"
features = [
    "rt-multi-thread",
    "macros",
    "process",
    "fs",
    "io-util",
    "signal",
    "time",
]

[dependencies.tokio-util]
version = "0.7"

[dependencies.uuid]
version = "1.6"
features = [
    "v4",
    "serde",
]

[dependencies.walkdir]
version = "2.4"

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

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

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