# 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 = "tere" version = "1.6.0" authors = ["Márton Gunyhó "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Terminal file explorer" readme = "README.md" keywords = [ "tui", "terminal", "file", "explorer", ] categories = ["command-line-utilities"] license = "EUPL-1.2" repository = "https://github.com/mgunyho/tere/" [profile.release] lto = true strip = "debuginfo" [[bin]] name = "tere" 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.12" [target."cfg(unix)".dev-dependencies.rexpect] version = "0.5"