# 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" name = "tensor-man" version = "0.4.2" authors = ["Simone Margaritelli (simone@dreadnode.io)"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A small utility to inspect and validate safetensors and ONNX files." homepage = "https://github.com/dreadnode/tman" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/dreadnode/tman" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "tman" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.base64] version = "0.22.1" [dependencies.blake2] version = "0.10.6" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.dot_graph] version = "0.2.3" [dependencies.gguf] version = "0.1.2" [dependencies.glob] version = "0.3.1" [dependencies.hex] version = "0.4.3" [dependencies.humansize] version = "2.1.3" [dependencies.memmap2] version = "0.9.5" [dependencies.protobuf] version = "3.7.1" features = ["with-bytes"] [dependencies.rayon] version = "1.10.0" [dependencies.ring] version = "0.17.8" [dependencies.safetensors] version = "0.4.5" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tempfile] version = "3.13.0" [dev-dependencies.tempfile] version = "3.13.0" [build-dependencies.protobuf-codegen] version = "3.7.1"