nd-cli 0.1.0

nd-cli, a terminal directory navigator
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 = "nd-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "nd-cli, a terminal directory navigator"
readme = "README.md"
keywords = [
    "cli",
    "navigation",
    "terminal",
    "filesystem",
]
categories = ["command-line-utilities"]
license = "MIT"

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

[[bin]]
name = "nd-cli"
path = "src/main.rs"

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

[profile.release]
lto = "thin"
codegen-units = 1
strip = true