# 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 = "hiramu-cli" version = "0.1.23" description = "A command-line interface tool for interacting with large language models (LLMs) on AWS Bedrock and generating text based on prompts." readme = "README.md" license = "Apache-2.0" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.5.4" features = [ "derive", "cargo", ] [dependencies.futures-util] version = "0.3.30" [dependencies.hiramu] version = "0.1.15" [dependencies.serde] version = "1.0.198" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.37.0" [dependencies.toml] version = "0.8.12"