llm_hunter 0.3.5

a library for forensic research of LLM gguf files and more
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"
name = "llm_hunter"
version = "0.3.5"
authors = ["Keegan Bowen <carefuldata@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a library for forensic research of LLM gguf files and more"
homepage = "https://carefuldata.com"
readme = "README.md"
keywords = [
    "binary-analysis",
    "llm",
    "gguf",
    "llm-forensics",
    "forensic-analysis",
]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/jpegleg/llm_hunter"

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false