navi 2.24.0

An interactive cheatsheet tool for the command-line
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 = "2021"
name = "navi"
version = "2.24.0"
authors = ["Denis Isidoro <denis_isidoro@live.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An interactive cheatsheet tool for the command-line"
homepage = "https://github.com/denisidoro/navi"
documentation = "https://github.com/denisidoro/navi"
readme = "README.md"
keywords = [
    "cheatsheets",
    "terminal",
    "cli",
    "tui",
    "shell",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/denisidoro/navi"

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

[[bin]]
name = "navi"
path = "src/bin/main.rs"
bench = false

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

[dependencies.anyhow]
version = "1.0.70"

[dependencies.clap]
version = "4.2.1"
features = [
    "derive",
    "cargo",
]

[dependencies.crossterm]
version = "0.28.0"

[dependencies.dns_common]
version = "0.2.1"
features = [
    "yaml",
    "json",
]
default-features = false

[dependencies.dns_common_derive]
version = "0.2.1"

[dependencies.edit]
version = "0.1.4"

[dependencies.etcetera]
version = "0.8.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.7.3"
features = [
    "std",
    "unicode-perl",
]
default-features = false

[dependencies.remove_dir_all]
version = "1.0.0"

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

[dependencies.serde_yaml]
version = "0.9.21"

[dependencies.shellwords]
version = "1.1.0"

[dependencies.strip-ansi-escapes]
version = "0.2.0"

[dependencies.thiserror]
version = "2.0.0"

[dependencies.unicode-width]
version = "0.2.0"

[dependencies.walkdir]
version = "2.3.3"

[features]
disable-command-execution = []
disable-repo-management = []

[target."cfg(windows)".dependencies.dunce]
version = "1"

[badges.travis-ci]
branch = "master"
repository = "denisidoro/navi"