ckpt-analyzer 1.0.1

Simple rust utility for fetching the name and short hash for PyTorch ckpt or Safetensors model files
[package]
name = "ckpt-analyzer"
version = "1.0.1"
edition = "2021"
license = "MIT"
description = "Simple rust utility for fetching the name and short hash for PyTorch ckpt or Safetensors model files"
authors = ["Ferrah Aiko <ferrahwolfeh@proton.me>"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sha256 = "1.1.1"
thiserror = "1.0.38"
eyre = "0.6.8"

[profile.release]
strip = true