# 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 = "twin-commander" version = "0.1.0" authors = ["kivimango "] description = "Yet another text mode twin-panel file manager for Redox OS inspired by Midnight and Total Commander" readme = "README.md" keywords = [ "filemanager", "text-user-interface", "sysadmin-tool", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/kivimango/twin-commander" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.chrono] version = "0.4.22" features = ["clock"] default-features = false [dependencies.dirs] version = "4.0.0" [dependencies.fs_extra] version = "1.2.0" [dependencies.humansize] version = "2.1.3" features = ["no_alloc"] default-features = false [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.termion] version = "2.0.3" [dependencies.toml] version = "0.7.2" [dependencies.tui] version = "0.19" features = ["termion"] default-features = false [dependencies.tui-input] version = "0.8.0" features = ["termion"] default-features = false [dependencies.walkdir] version = "2.3.2"