# 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 = "gguf" version = "0.1.2" authors = ["Jiayu Liu "] description = "A small utility to parse GGUF files" homepage = "https://github.com/Jimexist/gguf" readme = "README.md" keywords = [ "gguf", "parser", "metadata", "ai", "model", ] license = "MIT" repository = "https://github.com/Jimexist/gguf" [[bin]] name = "gguf-info" required-features = ["bin"] [dependencies.bytes] version = "1.5" optional = true [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.comfy-table] version = "7" optional = true [dependencies.nom] version = "7" features = ["alloc"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.serde_yaml] version = "0.9" optional = true [features] bin = [ "serde_yaml", "serde_json", "comfy-table", "bytes", "clap", ]