# 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 = "promptkit_rs" version = "0.1.5" authors = [ "Sam Ragsdale", "Ryan Sproule", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "LLM structured prompting library." readme = "README.md" license = "MIT" [lib] name = "promptkit_rs" path = "src/lib.rs" [[bin]] name = "promptkit_rs" path = "src/main.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.claude-tokenizer] version = "0.3.0" [dependencies.dotenv] version = "0.15.0" [dependencies.openai-api-rs] version = "5.2.3" [dependencies.proc-macro2] version = "1.0.89" [dependencies.promptkit_rs_macros] version = "0.1.0" [dependencies.reqwest] version = "0.12.9" [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1.0.214" [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0.132" [dependencies.tiktoken-rs] version = "0.6.0" [dependencies.tokio] version = "1.41.0"