# 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 = "felix" version = "2.14.0" authors = ["Kyohei Uto "] build = false exclude = ["testfiles/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "tui file manager with vim-like key mapping" readme = "README.md" keywords = [ "tui", "crossterm", "file-manager", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/kyoheiu/felix" [[bin]] name = "fx" path = "src/main.rs" test = true bench = false [dependencies.chrono] version = "0.4.38" features = ["clock"] default-features = false [dependencies.content_inspector] version = "0.2.4" [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "5.0.1" [dependencies.flate2] version = "1.0.34" [dependencies.git2] version = "0.19.0" default-features = false [dependencies.log] version = "0.4.22" [dependencies.lzma-rs] version = "0.3.0" [dependencies.natord] version = "1.0.9" [dependencies.normpath] version = "1.3.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.simplelog] version = "0.12.2" [dependencies.tar] version = "0.4.42" [dependencies.unicode-width] version = "0.2.0" [dependencies.walkdir] version = "2.5.0" [dependencies.zip] version = "2.2.0" [dependencies.zstd] version = "0.13.2" [dev-dependencies.bwrap] version = "1.3.0" features = ["use_std"] [dev-dependencies.devtimer] version = "4.0.1" [dev-dependencies.rayon] version = "1.10.0" [target."cfg(unix)".dependencies.nix] version = "0.29.0" features = [ "process", "fs", "user", ]