# 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 = "rustyface" version = "0.1.1" authors = ["Xinyu Bao "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Huggingface downloading CLI tool written in Rust." readme = "README.md" keywords = [ "cli", "huggingface", "downloader", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT" repository = "https://github.com/AspadaX/RustyFace" [[bin]] name = "rustyface" path = "src/main.rs" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.fern] version = "0.6.2" features = ["colored"] [dependencies.futures-util] version = "0.3.30" [dependencies.git2] version = "0.19.0" [dependencies.glob] version = "0.3.1" [dependencies.humantime] version = "2.1.0" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.5" features = [ "blocking", "stream", ] [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.39.2" features = ["full"]