stprobe 0.2.3

A minimal CLI for inspecting safetensors headers
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 = "2021"
rust-version = "1.75"
name = "stprobe"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal CLI for inspecting safetensors headers"
homepage = "https://github.com/Xyc2016/stprobe"
documentation = "https://docs.rs/stprobe"
readme = "README.md"
keywords = [
    "safetensors",
    "cli",
    "tensor",
    "inspect",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Xyc2016/stprobe"

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

[[bin]]
name = "stprobe"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "remote_http"
path = "tests/remote_http.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.memmap2]
version = "0.9"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.safetensors]
version = "0.7"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.assert_cmd]
version = "2.1"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.tempfile]
version = "3.23"

[dev-dependencies.tokio]
version = "1.48"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.wiremock]
version = "0.6"

[profile.release]
lto = "thin"
codegen-units = 1
panic = "abort"
strip = true