savepoint 0.1.4

Can't beat the boss? Load a previous save! A command watcher that commits when you fix errors.
# 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 = "savepoint"
version = "0.1.4"
authors = ["Tris Oaten <tris@namtao.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Can't beat the boss? Load a previous save! A command watcher that commits when you fix errors."
homepage = "https://namtao.com"
readme = false
keywords = [
    "tdd",
    "git",
    "autosave",
    "extreme-programming",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/NamtaoProductions/checkpoint"

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

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

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.colored]
version = "3.1.1"

[dependencies.command-run]
version = "1.1.2"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.notify]
version = "8.2.0"

[dependencies.ratatui]
version = "0.30.0"

[lints.clippy]
arithmetic_side_effects = "deny"
as_conversions = "deny"
exit = "deny"
expect_used = "deny"
indexing_slicing = "deny"
panic = "deny"
panic_in_result_fn = "deny"
string_slice = "deny"
todo = "deny"
unchecked_time_subtraction = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[profile.debugging]
debug = 2
inherits = "dev"

[profile.dev]
opt-level = 0
debug = "line-tables-only"

[profile.dev.package."*"]
debug = 0

[profile.release]
opt-level = "s"
lto = true