# 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 = "bonitox" version = "0.1.1" authors = ["Hung-Han Chen "] description = "A library for parsing input/output of Bonito LLM" readme = "README.md" keywords = [ "llm", "synthetic-data", "generation", "dataset", ] license-file = "LICENSE" repository = "https://github.com/chenhunghan/bonitox/" [lib] name = "bonito" path = "src/lib.rs" [[bin]] name = "bonitox" path = "src/bin.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.hf-hub] version = "0.3.1" features = ["tokio"] [dependencies.llama-cpp-2] version = "0.1.41" features = ["sampler"] [dependencies.tokio] version = "1.32.0" features = ["full"]