[[bin]]
name = "modelscope"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.5.47"
[dependencies.futures-util]
version = "0.3.31"
[dependencies.indicatif]
version = "0.18.0"
[dependencies.reqwest]
features = ["json", "stream", "cookies"]
version = "0.13"
[dependencies.serde]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1.47"
[lib]
name = "modelscope"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A command-line interface tool for downloading models from Modelscope, which can also be used as a library"
documentation = "https://docs.rs/modelscope"
edition = "2024"
license = "Apache-2.0"
name = "modelscope"
readme = "README.md"
repository = "https://github.com/xgpxg/modelscope"
version = "0.1.3"