nestcli 0.4.0

A simple CLI tool for LÖVE Potion games.
# 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 = "nestcli"
version = "0.4.0"
authors = ["TurtleP"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple CLI tool for LÖVE Potion games."
homepage = "https://github.com/TurtleP/nestdbg"
readme = "README.md"
keywords = [
    "cli",
    "debug",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/TurtleP/nestdbg"

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

[dependencies.aho-corasick]
version = "1.1.4"

[dependencies.anyhow]
version = "1.0.101"

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

[dependencies.clearscreen]
version = "3.0.0"

[dependencies.ctrlc]
version = "3.5.1"

[dependencies.directories]
version = "6.0.0"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.inquire]
version = "0.9.3"

[dependencies.opener]
version = "0.7.2"
features = ["reveal"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
default-features = false

[dependencies.toml]
version = "0.8.23"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.which]
version = "7.0.3"

[dependencies.zip]
version = "6.0.0"

[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true