# 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 = "bedrust" version = "0.8.4" authors = [ "Darko Mesaros ", "Stephen Barr ", "Russel Cohen ", ] build = false exclude = ["img/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A command line tool to invoke and work with Large Language models on AWS, using Amazon Bedrock" homepage = "https://rup12.net" readme = "README.md" keywords = [ "aws", "generative-ai", "bedrock", "chatbot", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/darko-mesaros/bedrust" [lib] name = "bedrust" path = "src/lib.rs" [[bin]] name = "bedrust" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.aws-config] version = "1.5.10" features = ["behavior-version-latest"] [dependencies.aws-sdk-bedrock] version = "1.64.0" [dependencies.aws-sdk-bedrockruntime] version = "1.64.0" [dependencies.aws-types] version = "1.3.3" [dependencies.base64] version = "0.22.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.convert_case] version = "0.6.0" [dependencies.dialoguer] version = "0.11.0" features = [ "fuzzy-select", "completion", ] default-features = false [dependencies.dirs] version = "5.0.1" [dependencies.figlet-rs] version = "0.1.5" [dependencies.handlebars] version = "6.2.0" [dependencies.html-escape] version = "0.2.13" [dependencies.ignore] version = "0.4.22" [dependencies.image] version = "0.25.0" [dependencies.indicatif] version = "0.17.8" [dependencies.lazy_static] version = "1.5.0" [dependencies.quick-xml] version = "0.31.0" features = [ "serde", "serde-types", "serialize", ] [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.11.1" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.termcolor] version = "1.4.1" [dependencies.tokio] version = "1.37.0" features = ["full"]