# 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 = "promptbox" version = "0.3.1" authors = ["Daniel Imfeld "] description = "A CLI tool for managing and executing LLM prompt templates" readme = "README.md" categories = [ "command-line-utilities", "template-engine", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dimfeld/promptbox" resolver = "2" [profile.dist] lto = "thin" inherits = "release" [profile.release] debug = 1 [dependencies.base64] version = "0.21.5" [dependencies.clap] version = "4.4.7" features = [ "derive", "env", "string", ] [dependencies.dirs] version = "5.0.1" [dependencies.dotenvy] version = "0.15.7" [dependencies.error-stack] version = "0.4.1" [dependencies.fastrand] version = "2.0.1" [dependencies.flume] version = "0.11.0" [dependencies.imageinfo] version = "0.7.10" [dependencies.itertools] version = "0.11.0" [dependencies.minijinja] version = "1.0.10" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tera] version = "1.19.1" [dependencies.thiserror] version = "1.0.50" [dependencies.tokenizers] version = "0.15.0" features = ["http"] [dependencies.toml] version = "0.8.6" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.ureq] version = "2.8.0" features = [ "serde_json", "json", ] [dev-dependencies.tempfile] version = "3.8.1" [features] default = [] test-ollama = []