# 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 = "2018" name = "fogo" version = "0.1.3" authors = ["Triet Trinh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "📂 Fogo: A fast terminal file explorer replacing cd and ls for quick folder navigation." homepage = "https://trinhminhtriet.com/" readme = "README.md" keywords = [ "tui", "terminal", "file", "explorer", "navigation", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/trinhminhtriet/fogo/" [profile.release] lto = true strip = "debuginfo" [[bin]] name = "fogo" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.clap] version = "4" features = [ "wrap_help", "suggestions", "std", "derive", "usage", ] default-features = false [dependencies.crokey] version = "0.5" [dependencies.crossterm] version = "0.24.0" [dependencies.dirs] version = "5.0" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.strum_macros] version = "0.26" [dependencies.textwrap] version = "0.16" [dependencies.unicode-segmentation] version = "1.12" [dev-dependencies.tempfile] version = "3.14" [target."cfg(unix)".dev-dependencies.rexpect] version = "0.5"