# 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 = "capm" version = "0.7.0" authors = ["Marco Quinten "] description = "A CLI tool to manage your binary crates" readme = "README.md" license = "MIT" repository = "https://github.com/splittydev/cap" [[bin]] name = "cap" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.crates-index] version = "2" features = [ "parallel", "git-performance", "git-https", ] [dependencies.crates-io] version = "0.38" [dependencies.curl] version = "0.4" [dependencies.home] version = "0.5" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.owo-colors] version = "3.5" [dependencies.rayon] version = "1.7" [dependencies.regex] version = "1.7" [dependencies.semver] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.termion] version = "2" [dependencies.textwrap] version = "0.16" [dependencies.toml] version = "0.7"