[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