# 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 = "lir" version = "0.0.1" authors = ["Christina Sørensen "] description = "A modern replacement for ls" license = "GPL-3.0-or-later" [dependencies.clap] version = "4.4.11" features = ["cargo"] [dependencies.log] version = "0.4.20" [dependencies.pretty_env_logger] version = "0.5.0" [build-dependencies.clap] version = "4.4.11" features = ["cargo"] [build-dependencies.clap_complete] version = "4" [build-dependencies.clap_mangen] version = "0.2.14"