# 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-show" version = "0.6.0" authors = ["Greg Guthe "] description = "Prints package metadata like pip show, apt-cache show, npm view, gem query, etc." readme = "README.md" keywords = [ "cargo", "cargo-subcommand", "cli", "dependencies", "crates", ] license = "MIT OR Apache-2.0" repository = "https://github.com/g-k/cargo-show" [[bin]] name = "cargo-show" path = "src/main.rs" [dependencies.curl] version = "0.4" [dependencies.docopt] version = "1.1.0" [dependencies.g-k-crates-io-client] version = "0.40" [dependencies.openssl] version = "0.10" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"