# 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 = "crates_cli" version = "0.2.2" authors = ["Will Hopkins "] description = "A command line interface for finding and managing crates." documentation = "https://docs.rs/crates_cli" readme = "README.md" keywords = [ "crates", "cli", "search", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/willothy/crates_cli" resolver = "2" [[bin]] name = "cargo-crate" path = "src/main.rs" [dependencies.clap] version = "3.1.18" features = [ "cargo", "wrap_help", "env", ] [dependencies.comfy-table] version = "6.0.0" [dependencies.crates_io_api] version = "0.8.0" [dependencies.crossterm] version = "0.23.2" [dependencies.num-format] version = "0.4.0" [dependencies.spinners] version = "4.0.0" [build-dependencies.clap] version = "3.1.18" features = ["cargo"] [build-dependencies.clap_mangen] version = "0.1" [build-dependencies.flate2] version = "1.0.24"