amont-fleet 1.5.0

The amont fleet dashboard: see and repair hook coverage across many repositories
# 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.88"
name = "amont-fleet"
version = "1.5.0"
authors = ["Frederic Rousseau"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The amont fleet dashboard: see and repair hook coverage across many repositories"
readme = "README.md"
keywords = [
    "git",
    "git-hooks",
    "tui",
    "dashboard",
    "hooks",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/fredericrous/amont"

[[bin]]
name = "amont-fleet"
path = "src/main.rs"

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

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

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

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

[dependencies.amont-runtime]
version = "1.5.0"

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"