# 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 = "vendor" version = "0.2.0" description = "Easy to use package manager library" readme = "README.md" license = "MIT" repository = "https://github.com/theMackabu/vendor" [dependencies.anyhow] version = "1.0.75" [dependencies.brown] version = "0.2.0" [dependencies.colored] version = "2.0.4" [dependencies.flate2] version = "1.0.28" [dependencies.futures-util] version = "0.3.29" [dependencies.global_placeholders] version = "0.1.0" [dependencies.home] version = "0.5.5" [dependencies.indicatif] version = "0.17.7" [dependencies.inquire] version = "0.6.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.macros-rs] version = "0.4.0" [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "multipart", "json", "stream", ] [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.serde_yaml] version = "0.9.27" [dependencies.tar] version = "0.4.40" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.zip-extract] version = "0.1.2"