# 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-whatis" version = "0.1.2" authors = ["ThePuzzlemaker "] description = "Quickly show the description of a crate on crates.io" homepage = "https://github.com/ThePuzzlemaker/cargo-whatis" readme = "README.md" keywords = ["cargo", "crates-io", "development-tools", "cargo-plugins"] categories = ["development-tools::cargo-plugins", "command-line-utilities"] license = "MIT" repository = "https://github.com/ThePuzzlemaker/cargo-whatis.git" resolver = "2" [dependencies.anyhow] version = "1.0.51" [dependencies.cargo] version = "0.57.0" [dependencies.clap] version = "2.34.0"