# 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 = "rusty_plantuml_prompt" version = "0.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A prompt to generate plantuml diagram" readme = "README.md" license = "MIT" repository = "https://github.com/ansonhkg/rusty_plantuml_prompt" [lib] name = "rusty_plantuml_prompt" path = "src/lib.rs" [dependencies.dotenv] version = "0.15" [dependencies.openai-api-rs] version = "5.0.4" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]