models-cat 0.1.0

Unofficial Rust client for [ModelScope](https://www.modelscope.cn/) Hub
Documentation
# 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 = "2024"
name = "models-cat"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Unofficial Rust client for [ModelScope](https://www.modelscope.cn/) Hub
"""
homepage = "https://github.com/zhaoyii/models-cat"
readme = "README.md"
keywords = [
    "modelscope",
    "models",
    "download",
]
license = "Apache-2.0"
repository = "https://github.com/zhaoyii/models-cat"

[features]
default = []
tokio = [
    "tokio/full",
    "async-trait",
]

[lib]
name = "models_cat"
path = "src/lib.rs"

[[example]]
name = "pull"
path = "examples/pull.rs"

[dependencies.async-trait]
version = "0.1.88"
optional = true

[dependencies.dirs]
version = "6.0.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.indicatif]
version = "0.17.11"

[dependencies.log]
version = "0.4.27"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "blocking",
    "json",
]

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10.8"

[dependencies.tempfile]
version = "3.19.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.44.2"
features = ["full"]
optional = true

[dependencies.walkdir]
version = "2.5.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Foundation",
    "Win32_Storage_FileSystem",
    "Win32_System_IO",
]