# 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 = "lsn" version = "0.1.0" authors = ["Egor Larionov "] description = "A command line tool for compactly listing numbered items in a given directory" keywords = [ "ls", "numbered", "command", ] license = "MPL-2.0" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4" features = [ "derive", "wrap_help", "cargo", ] [dependencies.colored] version = "2.0.4" [dependencies.glob] version = "0.3" [dependencies.indexmap] version = "2" [dependencies.regex] version = "1" [dependencies.walkdir] version = "2"