# 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-collect" version = "0.1.2" authors = ["Tal Y Roni "] description = "Cargo tool for download crate file and its dependencies recursively." homepage = "https://github.com/TalRoni/cargo-collect" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/TalRoni/cargo-collect" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.crates-index] version = "0.19" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.17" [dependencies.itertools] version = "0.10" [dependencies.reqwest] version = "0.11" [dependencies.semver] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1.26" features = ["full"] [dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "ansi", "env-filter", "fmt", ] default-features = false