recall-cli 0.1.0

TUI session browser for AI coding assistants — GitHub Copilot CLI, Claude Code, and more
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 = "recall-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI session browser for AI coding assistants — GitHub Copilot CLI, Claude Code, and more"
homepage = "https://github.com/OriginalMHV/recall"
readme = "README.md"
keywords = [
    "copilot",
    "claude",
    "tui",
    "session",
    "terminal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/OriginalMHV/recall"

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

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

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

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

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

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

[profile.release]
opt-level = 3
lto = "thin"
strip = true