peter-commander 0.4.0

A terminal file manager
# 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 = "peter-commander"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal file manager"
readme = "README.md"
keywords = [
    "file-manager",
    "tui",
    "terminal",
    "norton-commander",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/piotrsrodka/peter-commander"

[[bin]]
name = "peter-commander"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.chrono]
version = "0.4.45"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "7.0.0"

[dependencies.ratatui]
version = "0.30.2"

[dependencies.shell-words]
version = "1.1.1"

[dependencies.signal-hook]
version = "0.4.4"