ffai-models 0.2.0

FFai model weight management — manifests, cache, licensing surfaced
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"
rust-version = "1.95"
name = "ffai-models"
version = "0.2.0"
authors = ["Remade With Rust"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFai model weight management — manifests, cache, licensing surfaced"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/Remade-With-Rust/FFai"
resolver = "2"

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

[dependencies.dirs]
version = "6"

[dependencies.ffai-core]
version = "0.2.0"

[dependencies.hf-hub]
version = "1"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

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

[dependencies.sha2]
version = "0.10"

[dependencies.toml]
version = "0.8"

[lints.rust]
unsafe_code = "warn"