# 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 = "lsplus" version = "0.5.0" authors = ["Grant Ramsay "] build = false exclude = [ ".github/*", "docs/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A replacement for the 'ls' command written in Rust." homepage = "https://seapagan.github.io/lsplus/" readme = "README.md" keywords = [ "ls", "command-line", "utility", "file-system", "listing", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/seapagan/lsplus" [[bin]] name = "lsp" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.config] version = "0.14.1" [dependencies.dirs-next] version = "2.0.0" [dependencies.glob] version = "0.3.1" [dependencies.inline_colorization] version = "0.1.6" [dependencies.nix] version = "0.29.0" features = ["user"] [dependencies.prettytable] version = "0.10.0" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.term_size] version = "0.3.2"