# 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-list" version = "0.26.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "List and update installed crates" readme = "README.md" keywords = [ "cargo", "install", "list", "update", "crates", ] categories = [ "development-tools::cargo-plugins", "command-line-utilities", ] license = "MIT" repository = "https://github.com/qtfkwk/cargo-list" [lib] name = "cargo_list" path = "src/lib.rs" [[bin]] name = "cargo-list" path = "src/bin/cargo-list.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.clap] version = "4.5.20" features = [ "derive", "wrap_help", ] [dependencies.clap-cargo] version = "0.14.1" [dependencies.expanduser] version = "1.2.2" [dependencies.indexmap] version = "2.6.0" features = ["rayon"] [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.8" features = [ "blocking", "json", ] [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.spinners] version = "4.1.1" [dependencies.sprint] version = "0.11.0" [dependencies.veg] version = "0.5.3" features = ["colored"] [target."cfg(unix)".dependencies.pager] version = "0.16.1"