# 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 = "promptforge" version = "0.1.11" authors = ["Kingston Huynh <139024820+kinghuynh@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust crate for building and formatting prompts for AI agents." readme = "README.md" keywords = [ "llm", "AI", "prompts", "langchain", "agents", ] categories = [ "development-tools", "template-engine", "text-processing", ] license = "Apache-2.0" repository = "https://github.com/kinghuynh/promptforge.git" [lib] name = "promptforge" path = "src/lib.rs" [[test]] name = "test_chat_template" path = "tests/test_chat_template.rs" [[test]] name = "test_few_shot_chat_template" path = "tests/test_few_shot_chat_template.rs" [[test]] name = "test_few_shot_template" path = "tests/test_few_shot_template.rs" [[bench]] name = "mustache" path = "benches/template_bench.rs" harness = false [dependencies.futures] version = "0.3.30" [dependencies.handlebars] version = "6.1.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.messageforge] version = "0.1" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.210" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.toml] version = "0.8.19" [dev-dependencies.criterion] version = "0.5.1"