# 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.23.0" authors = ["Denis Isidoro "] 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 [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.1" features = [ "derive", "cargo", ] [dependencies.crossterm] version = "0.26.1" [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.7.1" [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 = "0.8.2" [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.1.1" [dependencies.thiserror] version = "1.0.40" [dependencies.unicode-width] version = "0.1.10" [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"