# 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 = "cargo-ls-crates" version = "0.4.7" authors = ["bejker123 <1piotrkucharski@gmail.com>"] description = "A tool to easily list installed cargo packages an their descriptions!" homepage = "https://github.com/bejker123/cargo-crates" readme = "README.MD" keywords = [ "cli", "cargo", "crates", "crate", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/bejker123/cargo-crates" [dependencies.colored] version = "2.0.0" [dependencies.regex] version = "1.8.1"